This commit is contained in:
Jay Sharma
2023-08-18 03:58:49 +05:30
parent ce575784d3
commit b089060d72
2 changed files with 2 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ data:
listen 80;
listen [::]:80;
server_name localhost;
server_name localhost 127.0.0.1;
root /usr/share/nginx/subdomain/www;
index index.php index.html index.htm;

View File

@@ -171,7 +171,7 @@ data:
listen 80;
listen [::]:80;
server_name localhost;
server_name localhost 127.0.0.1;
root /usr/share/nginx/subdomain/www;
index index.php index.html index.htm;