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"; }