-
-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HELP] Help with self-hosted Nginx reverse proxy #1170
Comments
Hope you don't mind me removing the bug label - since we have many users hosting it this way without issue. DId you get anywhere? |
I think your proxy pass needs to point to the internal port: proxy_pass http://localhost:3000; |
I found that the base URL needs to be ' |
There is some info about that at https://fider.io/docs/hosting-instance - it is something that seems to catch a few people out: I wonder if we need to make this clearer? |
Hi, I'm using the self-hosted version.
Describe the bug
I'm having an issue while trying to serve the service using Docker compose and Nginx as reverse proxy. I'm getting a
400 Bad Request
error.My config is pretty simple, here's the docker-compose.yml file:
And here's the Nginx config:
I'm not sure how to start debugging at the moment. The logs give me nothing 😢
I appreciate any help. Thanks.
The text was updated successfully, but these errors were encountered: