Fix stage

This commit is contained in:
Jay Sharma
2023-10-12 00:03:03 +05:30
parent 5cdb452614
commit aecfc9a769

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;