Subpath for APP_URL #128
0mWh
started this conversation in
Feature Requests & Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to setup convoy on a subpath/suburl. Normally, the panel would be accessible via "http://example.com/", but I would like it to appear under "http://example.com/panel/".
So far I've tried these changes:
./.env
:APP_URL=http://example.com/panel
ASSET_URL=http://example.com/panel
./dockerfiles/caddy/Caddyfile-production
:{$APP_URL}
{$APP_URL}/*
uri strip_prefix /panel
Now all of the theming/assets load correctly, but "http://example.com/panel/" is a 404 page...
Beta Was this translation helpful? Give feedback.
All reactions