From daa2cfe9e886e090efbb5fdcae69ec7a9029ad1a Mon Sep 17 00:00:00 2001 From: Dai Date: Fri, 10 Oct 2025 06:21:03 -0700 Subject: [PATCH] Update nginx/wordpress --- nginx/wordpress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/wordpress b/nginx/wordpress index ed7f4af..7633385 100644 --- a/nginx/wordpress +++ b/nginx/wordpress @@ -2,7 +2,7 @@ server { listen 80; server_name example.com; - root /home/debian/example.com/web; + root /var/www/example.com/web; index index.php index.htm index.html; location ~ \.php$ {