nginx reverse prox to subfolder #740
-
Hello, I'm trying to setup an nginx reverse proxy to my docker container running paperless. I want to access paperless from a subfolder on my domain. I'm using the swag docker container for the nginx proxy.
when I try to open mydomain.com/paperless it redirects me to the login page but not on /paperless/accounts but to mydomain.com/accounts. I've already set
and
and I've tried this
in my nginx config but it always redirects me to the root of my server. I can't figure out what I'm doing wrong, I hope someone can help me with this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You're not doing anything wrong. This is not supported yet, since I'm having some troubles with redirecting certain parts of the front end to sub paths (namely anything in |
Beta Was this translation helpful? Give feedback.
You're not doing anything wrong. This is not supported yet, since I'm having some troubles with redirecting certain parts of the front end to sub paths (namely anything in
/assets/
). See also #36.