From c291e1798ce504b2ca3cb7f5e94450f54a8d628e Mon Sep 17 00:00:00 2001 From: Fredrik Lack Date: Mon, 25 Nov 2024 23:22:57 +0100 Subject: [PATCH] Fix typo --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 4beedef..3e6f576 100644 --- a/nginx.conf +++ b/nginx.conf @@ -72,7 +72,7 @@ http { location = /fredriklack.asc { default_type text/plain; -ยด } + } location /static { add_header Cache-Control "public,max-age=31536000,immutable";