From 3c7ab050c2ac48822c7eaa1f6bf186878bc39a51 Mon Sep 17 00:00:00 2001 From: Dai Date: Thu, 9 Oct 2025 22:47:42 -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 7633385..ed7f4af 100644 --- a/nginx/wordpress +++ b/nginx/wordpress @@ -2,7 +2,7 @@ server { listen 80; server_name example.com; - root /var/www/example.com/web; + root /home/debian/example.com/web; index index.php index.htm index.html; location ~ \.php$ {