From 1ab4a0bb51cd3c7d85ebbf8effcd67d959e0c037 Mon Sep 17 00:00:00 2001 From: Fredrik Lack Date: Mon, 25 Nov 2024 23:26:29 +0100 Subject: [PATCH] Fix nginx.conf --- nginx.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nginx.conf b/nginx.conf index 3e6f576..6b44b0e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -70,10 +70,6 @@ http { return 301 $1; } - location = /fredriklack.asc { - default_type text/plain; - } - location /static { add_header Cache-Control "public,max-age=31536000,immutable"; }