From ae395b7fe47f31c7cb70649c864c8b5ca0643c0a Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 14 Feb 2024 17:12:43 +0200 Subject: [PATCH] remove linefeeds --- nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index e205bad78..a3831bc40 100644 --- a/nginx.conf +++ b/nginx.conf @@ -46,8 +46,6 @@ server { add_header Cache-Control "no-store"; } - - location /images/ { alias /images/; include includes/serve-static;