NGINX config setup issue with 403 Forbidden error

Summary

The user is facing a 403 Forbidden error when submitting the setup form on routes api/v1/instance_configuration/setup and /api/v1/users/get in NGINX configuration.


Question

Hello, can someone help me with the NGINX config? I got it running but I can’t get past the setup page, it returns 403 Forbidden when submitting the setup form, on route: api/v1/instance_configuration/setup it also throws 403 on route /api/v1/users/get

my config is:

    proxy_pass <http://localhost:8000>;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "Upgrade";
    proxy_set_header Cookie $http_cookie;
    proxy_pass_request_headers on;
    proxy_pass_header Accept;
    proxy_pass_header Server;
    proxy_set_header Authorization $http_authorization;
    proxy_pass_header Authorization;
    proxy_set_header ns_server-ui yes;
    proxy_read_timeout 3600;
    proxy_send_timeout 3600;
  }```

<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1725545178281299) if you want 
to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
["nginx-config", "403-forbidden-error", "proxy-pass", "setup-form", "route"]
</sub>