Serving dagu behind reverse proxy on subpath
Opened this issue · 1 comments
agajic-modoolar commented
Hello,
Is there a way configure dagu to run on subpath? I would like to configure Nginx to redirect subpath traffic to dagu, eg https://example.com/dagu
, but if i do that, dagu expects to find assets bundle at https://example.com/assets/bundle.js
, which is not correct.
yohamta commented
Let's add BASE_URL configuration variable.