I\'m in the process of setting up a new server. The http-Server of my choice is NGINX. I want to add the domain audi-freunde-einbeck.de as a virtual host. I alr
audi-freunde-einbeck.de
This is how I solved:
cd /etc/nginx/ sudo nano nginx.conf
cd /etc/nginx/sites-available/ sudo nginx -t
sudo service nginx restart