From: Ben Larson Date: Thu, 7 Apr 2022 00:58:52 +0000 (-0500) Subject: Put back trailing slash redirect X-Git-Url: http://git.neb.cc/?a=commitdiff_plain;h=eb6e4a7cf8ace3b2fc383ac12611df2e78eb3326;p=xyz.git Put back trailing slash redirect --- diff --git a/nginx.conf b/nginx.conf index c317936..c38d18b 100644 --- a/nginx.conf +++ b/nginx.conf @@ -21,6 +21,5 @@ http { server_name localhost; root /usr/share/nginx/html; index index.html; - try_files $uri $uri/index.html =404; } }