From b089060d722a2c6e73c99f15437c33ca715ff57c Mon Sep 17 00:00:00 2001 From: Jay Sharma Date: Fri, 18 Aug 2023 03:58:49 +0530 Subject: [PATCH] probes --- build/dev/web-default-conf-cm.yaml | 2 +- build/qa/web-default-conf-cm.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;