From 1a16f06df0f5bb43e64cb3d9749a37aa4b42d72f Mon Sep 17 00:00:00 2001 From: Arsham Teymouri Date: Mon, 16 Aug 2021 16:42:33 +0300 Subject: [PATCH] tweaking nginx conf --- helm/templates/frontend-nginx-configmap.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/helm/templates/frontend-nginx-configmap.yaml b/helm/templates/frontend-nginx-configmap.yaml index 15dbb01..7ae74dd 100644 --- a/helm/templates/frontend-nginx-configmap.yaml +++ b/helm/templates/frontend-nginx-configmap.yaml @@ -33,9 +33,5 @@ data: index index.html; listen 8000; server_name _; - - location = /favicon.ico { - return 204; - } } }