]> git.neb.cc Git - xyz.git/commitdiff
Put back trailing slash redirect
authorBen Larson <[email protected]>
Thu, 7 Apr 2022 00:58:52 +0000 (19:58 -0500)
committerBen Larson <[email protected]>
Thu, 7 Apr 2022 00:58:52 +0000 (19:58 -0500)
nginx.conf

index c31793689f1c8d385470735d6c3ee4ae5d3dc6f8..c38d18be95012d70fcce700ca0c87b29483bde79 100644 (file)
@@ -21,6 +21,5 @@ http {
         server_name localhost;
         root /usr/share/nginx/html;
         index index.html;
-        try_files $uri $uri/index.html =404;
     }
 }