Update nginx/wordpress

This commit is contained in:
Dai
2025-10-09 21:01:13 -07:00
parent 77cf826bc4
commit 12fe1d2328

View File

@@ -2,7 +2,7 @@ server {
listen 80; listen 80;
server_name example.com; server_name example.com;
root /srv/www/example.com/web; root /home/debian/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.