From e7dc4befde5bef83d198a631926174bae612f866 Mon Sep 17 00:00:00 2001 From: Void Agent Date: Tue, 1 Sep 2026 22:32:49 +0100 Subject: fix: titles, nav wiring, typos, server_tokens (preview branch — does not deploy) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nginx.conf') diff --git a/nginx.conf b/nginx.conf index c8668c0..d4517f5 100644 --- a/nginx.conf +++ b/nginx.conf @@ -14,6 +14,9 @@ server { server_name jayrup.me; root /usr/share/nginx/html; + # Don't leak nginx version on error pages / server header + server_tokens off; + # Serve PDFs directly location ~* \.pdf$ { add_header Content-Type application/pdf; -- cgit v1.2.3