Checking sudo systemctl status zammad says that zammad.service ist active and running. Also I did not change anything in the /etc/nginx/sites-enabled/zammad.conf yet. What am I doing wrong?
I even restartet the entire server, but the problem remains. Also sudo nginx -s reload && firefox-esr localhost keeps showing the “Welcome to nginx!”-screen.
Thanks for the hint - that fixed my problem. Solution: sudo rm /etc/nginx/sites-enabled/default sudo nginx -s reload && firefox-esr localhost
I first tried sudo mv /etc/nginx/sites-available/default /etc/nginx/sites-available/default.bak,
but that led to the following error message: nginx: [emerg] open() "/etc/nginx/sites-enabled/default" failed (2: No such file or directory) in /etc/nginx/nginx.conf:62
Where would be the right place to document this workaround/ bug to prevent others from running into similar problems?