From c1483fc5ed4d6917f658b3c691e5b86816785428 Mon Sep 17 00:00:00 2001 From: d3vyce Date: Sun, 2 Apr 2023 12:08:50 -0400 Subject: [PATCH] Add custom nginx conf --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 1e7a7c9..5016ce1 100644 --- a/nginx.conf +++ b/nginx.conf @@ -30,7 +30,7 @@ http { server { listen 80 default_server; - root /config/www; + root /usr/share/nginx/html; index index.html index.htm index.php; server_name _;