Update nginx.sh

This commit is contained in:
Script Proyect by HP3ICC 2024-08-19 03:47:03 +00:00
parent a310c8ce20
commit cfaad522b7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ server {
root w0d0;
index index.php index.html index.htm;
server_name _;
#server_name _;
location / {
try_files $uri $uri/ /index.php?$args;