[GH-ISSUE #5] Why using absolute paths? #5

Open
opened 2026-03-03 13:50:19 +03:00 by kerem · 1 comment
Owner

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:

ProxyPass /pm2 http://127.0.0.1:5555
ProxyPassReverse /pm2 http://127.0.0.1:5555

on login it redirect me to https://mydomain.com/login and not to https://mydomain.com/pm2/login.

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`: ``` ProxyPass /pm2 http://127.0.0.1:5555 ProxyPassReverse /pm2 http://127.0.0.1:5555 ``` on login it redirect me to `https://mydomain.com/login` and not to `https://mydomain.com/pm2/login`.
Author
Owner

@grisha2217 commented on GitHub (Dec 11, 2024):

+++

<!-- gh-comment-id:2535466764 --> @grisha2217 commented on GitHub (Dec 11, 2024): +++
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pm2-webui#5
No description provided.