From 40e5af82a6263e5fd830e5a8169508973b39a264 Mon Sep 17 00:00:00 2001 From: adb-sh Date: Thu, 5 Jan 2023 02:29:58 +0100 Subject: [PATCH] ok wow. string replace is dumb --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 85577e1..5aa76ca 100644 --- a/nginx.conf +++ b/nginx.conf @@ -26,7 +26,7 @@ http { server_name _; location / { - index ; + index index.html; root /var/www/html; try_files $uri $uri/ =404; absolute_redirect off;