mirror of
https://github.com/isuryatk/pm2-webui.git
synced 2026-04-26 00:35:53 +03:00
[GH-ISSUE #5] Why using absolute paths? #5
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pm2-webui#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @f0xcb on GitHub (Dec 23, 2021).
Original GitHub issue: https://github.com/isuryatk/pm2-webui/issues/5
Hello, unfortunately by using absolute paths it is not possible to access the app via a reverse proxy because the redirects point to wrong paths.
example for
https://mydomain.com/pm2:on login it redirect me to
https://mydomain.com/loginand not tohttps://mydomain.com/pm2/login.@grisha2217 commented on GitHub (Dec 11, 2024):
+++