mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #181] [CLOSED] support the configure of url in "http" section #4145
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#4145
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/fatedier/frp/pull/181
Author: @pkgplus
Created: 12/18/2016
Status: ❌ Closed
Base:
dev← Head:master📝 Commits (5)
a06dc1esupport the "custom_location" configure745efb4router by name1064f48modify the metric325bc86modify the dashboard index.html228d1afmodify the index.html📊 Changes
10 files changed (+231 additions, -84 deletions)
View changed files
📝
src/assets/static/index.html(+6 -1)📝
src/cmd/frps/control.go(+1 -1)📝
src/cmd/frps/main.go(+1 -0)📝
src/models/config/config.go(+19 -9)📝
src/models/metric/server.go(+9 -23)📝
src/models/server/config.go(+9 -5)📝
src/models/server/server.go(+15 -16)📝
src/utils/vhost/http.go(+2 -1)➕
src/utils/vhost/router.go(+107 -0)📝
src/utils/vhost/vhost.go(+62 -28)📄 Description
增加根据domain+url path做路由的反向代理,配置参数:custom_location
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.