-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fix proxy_pass location / for docker nginx #102
Comments
When I do that, I got a 502 error from nginx
|
docker-compose.yml
in bookwyrm /nginx/default.conf
in /etc/nginx/sites-enabled/book.yourdomain.com
This is working for me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/bookwyrm-social/documentation/blob/main/content/running_bookwyrm/reverse-proxy.md
in docker-compose.yml is:
so in nginx should be not 8000 but:
The text was updated successfully, but these errors were encountered: