From 3d9d4a642c6efca48a1a81b1b0b9540c4dc21b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Ramon=20Ma=C3=B1es?= Date: Tue, 7 Mar 2023 09:37:12 +0100 Subject: [PATCH] fix: undo cors - applied in the ingress-nginx --- ping.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/ping.conf b/ping.conf index 3bf7b72837..41ad1b6138 100644 --- a/ping.conf +++ b/ping.conf @@ -5,8 +5,6 @@ server { #access_log /var/log/nginx/host.access.log main; - add_header Access-Control-Allow-Origin *; # Testing - change to the proper domain name - location / { root /usr/share/nginx/html; index index.html index.htm;