server { index index.php index.html; server_name local.sketchyheroes.net; error_log /var/log/nginx/error.log; access_log /var/log/nginx/access.log; root /app/src/public; location / { index index.html; } }