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 / {