Fix stage
This commit is contained in:
@@ -171,7 +171,7 @@ data:
|
|||||||
listen 80;
|
listen 80;
|
||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
|
|
||||||
server_name localhost;
|
server_name localhost 127.0.0.1;
|
||||||
root /usr/share/nginx/subdomain/www;
|
root /usr/share/nginx/subdomain/www;
|
||||||
index index.php index.html index.htm;
|
index index.php index.html index.htm;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user