From 6e622f83651ffbef425fe6d4193bcbbb60ce89e0 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 31 Mar 2024 15:38:12 +0200 Subject: [PATCH] Fixup nginx.conf --- docker/nginx/leftypol.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/nginx/leftypol.conf b/docker/nginx/leftypol.conf index eada8ee9..3a12ee93 100644 --- a/docker/nginx/leftypol.conf +++ b/docker/nginx/leftypol.conf @@ -15,7 +15,7 @@ server { charset utf-8; location ~ ^([^.\?]*[^\/])$ { - try_files $uri @addslash; + try_files $uri @addslash; } # Expire rules for static content @@ -39,7 +39,7 @@ server { } location @addslash { - return 301 $uri/; + return 301 $uri/; } location / {