dagu-org/dagu

Serving dagu behind reverse proxy on subpath

Opened this issue · 1 comments

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.

Let's add BASE_URL configuration variable.