From 6cb00433d09c5ec47575a8378cfd842a5877659d Mon Sep 17 00:00:00 2001 From: yaso Date: Sat, 25 Jan 2025 13:10:47 +0200 Subject: [PATCH] . --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 3ac6d400..0d98ff62 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -169,7 +169,7 @@ http { add_header 'Access-Control-Allow-Origin' 'https://app.mzansi-innovation-hub.co.za' always; # add_header 'Access-Control-Allow-Credentials' 'true' always; add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS' always - add_header 'Access-Control-Allow-Headers' '*'; + # add_header 'Access-Control-Allow-Headers' '*'; proxy_pass http://MIH-AI:11434/api/;