server { listen 80; listen [::]:80; server_name localhost # for real application, put your server name here #server_name your.server.name ie. merlin.fmf.uni-lj.si error_page 500 502 503 504 /50x.html; location = /50x.html { root /usr/share/nginx/html; } location /{ root /var/www/landing; } }