mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3829] Server Dashboard behind a Web Proxy #3045
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3045
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 @ArminRadmueller on GitHub (Dec 6, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3829
Describe the feature request
I would like to make the server dashboard easier accessible to my users and publish it behind a reverse proxy. Unfortunately, an HTTP/301 rewirte / causes the page not to work.
example config in Apache:
Describe alternatives you've considered
Is it possible to introduce a URI variable?
in this case e.g. https://admin.mycompany.com/connect
Affected area
@fatedier commented on GitHub (Dec 7, 2023):
I don't understand Apache configuration very well, but if it's a 301 issue, I think you can directly implement this URL rewrite in the Apache configuration.
@github-actions[bot] commented on GitHub (Jan 7, 2024):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.