From ff2dea6a76a5c047d9623dc3f88804bff5a233d0 Mon Sep 17 00:00:00 2001 From: adb-sh Date: Thu, 5 Jan 2023 17:22:31 +0100 Subject: [PATCH] nginx debug typo --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 360f5b5..dbe15ca 100644 --- a/nginx.conf +++ b/nginx.conf @@ -28,7 +28,7 @@ http { location / { index index.html; root /var/www/html; - try_files $uri $uri/ /index.html;s + try_files $uri $uri/ /index.html; absolute_redirect off; } }