-
Hi, I'm using Windmill with a docker compose deployment, but I'd like to get access to it with a path like 'myserver/windmill' instead of 'myserver/'. From the discussion #3747, I understood that I won't be able to have Windmill to sit behind a Nginx proxy and be redirected with a path. Is that correct ? So I tried to alter the Caddyfile like that:
Of course, it doesn't work. What am I missing? |
Beta Was this translation helpful? Give feedback.
Answered by
jase64
Feb 3, 2025
Replies: 1 comment
-
Finally, I'll quickly close the subject. I managed to get it running like expected in Nginx with the following script:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jase64
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Finally, I'll quickly close the subject.
I managed to get it running like expected in Nginx with the following script: