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/;