-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
Reverse Proxy and Web Path Prefix #143
Comments
The container already supports being behind a proxy under a path prefix. Nginx works well once you now the correct config, but I don't know about Traefik. |
I tried to set this up with Web Authentication and It rewrites my PathPrefix to /login |
Do you still have the problem with the latest version ? The web authentication issue you are mentioning should be fixed. |
Will there be a new release or should I build the latest commit to test it ? |
The latest version (4.6.4) already has the fix. |
Then no, I'm already using docker tag 22.04-v4 Could be an issue with my setup, I may be missing an option to make it work. |
Hi,
I would like to add a PathPrefix to the container behind a Reverse Proxy.
I found out this old issue #139.
But I do not understand what has been fixed in the issue.
I can't make it work in Traefik.
Addin a PathPrefix still redirect me to $host/login no matter what.
The text was updated successfully, but these errors were encountered: