From d8ea6c68459319563b83534f5c8ac1e6d2412a6d Mon Sep 17 00:00:00 2001 From: adb-sh Date: Wed, 29 Mar 2023 11:08:10 +0200 Subject: [PATCH] debug nginx --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index a3a5fe0..81b6b59 100644 --- a/nginx.conf +++ b/nginx.conf @@ -83,7 +83,7 @@ http { location / { index index.html; root /var/www/html; - try_files $uri $uri/; + try_files $uri $uri/ =404; absolute_redirect off; }