diff --git a/build/stage/web-default-conf-cm.yaml b/build/stage/web-default-conf-cm.yaml index ce87a944..5d2dc8a1 100644 --- a/build/stage/web-default-conf-cm.yaml +++ b/build/stage/web-default-conf-cm.yaml @@ -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;