jase64J
Windmill11mo ago
5 replies
jase64

How to serve Windmill in a path?

Hi there, I'd like to embed Windmill (WM) in a service platform with a single domain name "myserver.com". To access WM, I'd like to define a path like myserver.com/windmill. In order to leave the standard docker deployment untouched, I consider adding a Nginx reverse proxy on top (like depicted in the enclosed).
When I "proxy_pass" it in my Nginx script it says "502 Bad Gateway", because obviously the svelte app has been instructed of the used /windmill path. How can I instruct the windmill server to accept the path ?
image.png
Was this page helpful?