-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Is your feature request related to a problem? Please describe.
I'd like to run pagerbeauty and serve is form a subpath (ie /pagerbeauty). We have a single https endpoint for tools, with an nginx forwarding various subpaths to those. This allows us to do access control centrally.
Describe the solution you'd like
An env var PAGERBEAUTY_HTTP_PATH=/pagerbeauty
Describe alternatives you've considered
I've tried having the nginx do all the rewrites in front of pagerbeauty, and got quite far - the redirect, the embedded scripts and styles etc. But the AJAX fetch of schedules.json is too much for a nginx rewrite.
Nklya
Metadata
Metadata
Assignees
Labels
No labels