From fcb5ec65f9985b19e06c41c537786870b02b2fe9 Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Fri, 28 Jun 2024 14:45:12 +0000 Subject: [PATCH] Update nginx.conf --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index f860c68..8429ce1 100644 --- a/nginx.conf +++ b/nginx.conf @@ -27,7 +27,7 @@ http { server_name localhost; location / { root /usr/share/nginx/html; - index index.html + index index.html; } error_page 500 502 503 504 /50x.html;