diff --git a/nginx.conf b/nginx.conf index f47d6cd..293433f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -38,6 +38,9 @@ server { server_name faas.ralsina.me; + add_header 'Access-Control-Allow-Origin' '*'; + add_header 'Access-Control-Allow-Credentials' 'true'; + location / { proxy_pass http://pinky.ralsina.github.beta.tailscale.net:8082; proxy_set_header X-Forwarded-Host $http_host;