Update nginx/wordpress

This commit is contained in:
Dai
2025-10-10 06:21:03 -07:00
parent 1303545e69
commit daa2cfe9e8

View File

@@ -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$ {