[PR #181] [CLOSED] support the configure of url in "http" section #4145

Closed
opened 2026-05-05 14:36:31 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/181
Author: @pkgplus
Created: 12/18/2016
Status: Closed

Base: devHead: master


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/181 **Author:** [@pkgplus](https://github.com/pkgplus) **Created:** 12/18/2016 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `master` --- ### 📝 Commits (5) - [`a06dc1e`](https://github.com/fatedier/frp/commit/a06dc1eafaa571949e6f3d5fca1a00f0fc8960df) support the "custom_location" configure - [`745efb4`](https://github.com/fatedier/frp/commit/745efb4991c7d6b4071847e82cfb3070cdc73bc0) router by name - [`1064f48`](https://github.com/fatedier/frp/commit/1064f4881174aa09d6a9121b10083611df2a088c) modify the metric - [`325bc86`](https://github.com/fatedier/frp/commit/325bc86966828e5039c4c7309fc0745d1dc51dbd) modify the dashboard index.html - [`228d1af`](https://github.com/fatedier/frp/commit/228d1af8d41cdada3a2bded6f4931dbeeed83d4b) modify the index.html ### 📊 Changes **10 files changed** (+231 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description 增加根据domain+url path做路由的反向代理,配置参数:custom_location --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:36:31 -06:00
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: github-starred/frp#4145
No description provided.