Update nginx/wordpress

This commit is contained in:
Dai
2025-10-09 21:58:41 -07:00
parent 41540ae5ad
commit 7ce2c70c4c

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;
# Prevent PHP scripts from being executed inside the uploads folder.