From 78abd7e0a0cd98e630005445c7bc088c667ea2ce Mon Sep 17 00:00:00 2001 From: ybgbob Date: Fri, 16 Aug 2024 17:53:19 +0800 Subject: [PATCH] feat: Docker file --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 6640139..8e79e86 100644 --- a/nginx.conf +++ b/nginx.conf @@ -33,7 +33,7 @@ server { # # include snippets/snakeoil.conf; - root /var/www/html; + root /usr/share/nginx/html; # Add index.php to the list if you are using PHP index index.html index.htm index.nginx-debian.html;