From eb6e4a7cf8ace3b2fc383ac12611df2e78eb3326 Mon Sep 17 00:00:00 2001 From: Ben Larson Date: Wed, 6 Apr 2022 19:58:52 -0500 Subject: [PATCH] Put back trailing slash redirect --- nginx.conf | 1 - 1 file changed, 1 deletion(-) 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; } } -- 2.45.2