I want to setup flower behind a proxy which is unaware of proxy #1359
Unanswered
VikalpRusia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Example -> example.com/flower
Reverse proxy rewrites this url via removing flower and sending to our flower instance but css etc. doesn't load
If we use --url_prefix this causes flower instance to expect urls with /flower while our reverse proxy overrides it
I want to have only css (static files) to be have /flower appened
A path prefix handled by a proxy that is not seen by the application but is seen by external clients
Beta Was this translation helpful? Give feedback.
All reactions