src.nth.io/

summaryrefslogtreecommitdiff
path: root/nginx/files/nginx.conf
AgeCommit message (Collapse)AuthorFilesLines
24 hoursnginx: add catch-all default_server returning 404 for unmatched hostsHEADmainLuke Hoersten1-0/+19
Without an explicit default_server, nginx falls back to the first alphabetically-loaded vhost for any request whose Host or SNI matches no server_name. Add an explicit catch-all that returns a plain 404 over HTTP and rejects the TLS handshake (ssl_reject_handshake, nginx >= 1.19.4) so unmatched HTTPS requests are not served a mismatched cert.
2026-03-27Fixed paper build URL and nginx logging off.Luke Hoersten1-6/+1
2026-03-25Update versions and fix nginx logging.Luke Hoersten1-1/+6
2020-06-15Added stream support to nginx configs.Luke Hoersten1-0/+91