Hosting from a subdirectory #1603
DhruvaSambrani
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to host the app on
my.domain.com/maybe/
behind a caddy reverse proxy. However it seems that the app is not aware of this, and there is no envvar to set this either. Typically, this is called baseurl, subdirectory or subpath in other hosted apps.Current behaviour is that accessing
my.domain.com/maybe/
redirects tomy.domain.com/registration/new
, but it should redirect tomy.domain.com/maybe/registration/new
.I don't think the reverse proxy setting can help much here, but in any case:
Note that changing
handle_path
tohandle
leads to the server receiving the path being accessed as/maybe/
which obviously doesn't exist.Is this supported? If so how? If not is there interest in adding this?
Beta Was this translation helpful? Give feedback.
All reactions