diff --git a/build/dev/web-default-conf-cm.yaml b/build/dev/web-default-conf-cm.yaml index fc42663b..ea7ee92a 100644 --- a/build/dev/web-default-conf-cm.yaml +++ b/build/dev/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; diff --git a/build/qa/web-default-conf-cm.yaml b/build/qa/web-default-conf-cm.yaml index a4145fec..95958c6e 100644 --- a/build/qa/web-default-conf-cm.yaml +++ b/build/qa/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;