-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add reverse proxy nginx configuration example #594
Comments
Hi -- first, thanks for posting the example. Can you elaborate on the issues you were hitting? Are they resolved in that config or are you still working through a problem? |
After enabled reverse proxy by nginx, I was not able to login the backrest page. It routed to nginx admin page automaticlly. Now, after add both "proxy_pass_header Authorization" and "proxy_set_header Authorization", I can login to backrest successfully. But even add authorization header, I still see API reconnect warning sometimes. |
I am running into a similar issue: I am also running backrest behind nginx, and while I never had trouble reaching the login page, I do get the API Errors every few minutes. I already tried increasing the timeout interval without success. My nginx conf: `server {
}` This also means that the progress indicators for operations are not working since the session does not get kept alive long enough. |
You might also try turning off I'd encourage using a more modern reverse proxy e.g. Caddy for the best experience but I do believe some users have had success with nginx. |
Note: if you have a question or want discussion please post in the discussions area.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
I am hitting issue when setup reverse proxy on nginx. I think it may related with Authorization header.
Describe the solution you'd like
Here is my exmaple fo reference, but I do not know if it is best.
}
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: