server { listen 38081; server_name localhost; access_log off; root /dolores; location / { try_files $uri /index.html; } }