Update nginx/wordpress

This commit is contained in:
Dai
2025-10-09 21:40:35 -07:00
parent 437c157159
commit afe6862083

View File

@@ -2,7 +2,7 @@ server {
listen 80; listen 80;
server_name example.com; server_name example.com;
root /home/debian/example.com/web; root /var/www/example.com/web;
index index.php index.htm index.html; index index.php index.htm index.html;
# Prevent PHP scripts from being executed inside the uploads folder. # Prevent PHP scripts from being executed inside the uploads folder.