From dc2e2f06966cc0d799a0c0ce717f90d886e5f142 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Sat, 18 Mar 2023 18:40:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fbae62..6e32c92 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ Modify based on configuration file. server { listen 80 default_server; listen [::]:80 default_server; - root /home//www; + root /var/www/etc2pool; # Add index.php to the list if you are using PHP index index.html index.htm index.nginx-debian.html;