server { listen 8080; root /var/www/public; index /index.html /index.htm; client_max_body_size 10M; location /health { add_header Content-Type text/plain; return 200 "ok"; } }