mirror of
https://github.com/isuryatk/pm2-webui.git
synced 2026-04-26 00:35:53 +03:00
[PR #6] [MERGED] Changed all URLs from absolute to relative #14
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#14
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?
📋 Pull Request Information
Original PR: https://github.com/isuryatk/pm2-webui/pull/6
Author: @bgfxc4
Created: 12/23/2021
Status: ✅ Merged
Merged: 1/8/2022
Merged by: @isuryatk
Base:
main← Head:main📝 Commits (1)
c51f388changed all urls from absolute to relative📊 Changes
7 files changed (+28 additions, -28 deletions)
View changed files
📝
src/middlewares/auth.js(+5 -5)📝
src/public/assets/js/main.js(+2 -2)📝
src/routes/index.js(+6 -6)📝
src/views/apps/app.html(+3 -3)📝
src/views/apps/dashboard.html(+1 -1)📝
src/views/auth/unlock.html(+4 -4)📝
src/views/base.html(+7 -7)📄 Description
Made it possible to use the webinterface through a reverse proxy, for example with nginx or apache.
This was not possible because if you were trying to have the webinterface at https://[domain].com/pm2/ it still would rerout you to https://[domain].com/login instead of https://[domain].com/pm2/login.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.