From 2f66c6497c76852b4cf199419809c2ecd11b3a82 Mon Sep 17 00:00:00 2001 From: yaso Date: Sat, 25 Jan 2025 13:13:14 +0200 Subject: [PATCH] .. --- nginx/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 0d98ff62..963c8deb 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -168,8 +168,8 @@ 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-Methods' 'GET, POST, OPTIONS' always + add_header 'Access-Control-Allow-Headers' '*'; proxy_pass http://MIH-AI:11434/api/;