[GH-ISSUE #1898] 是否支持多个内网web服务对外暴露,该如何配置, 像下面这样配置的话,只有kibana的能生效 #1505

Closed
opened 2026-05-05 12:57:07 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @douyacun on GitHub (Jul 13, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1898

[web]
type = http
local_port = 9200
subdomain = elasticsearch


[web]
type = http
local_port = 5601
subdomain = kibana
Originally created by @douyacun on GitHub (Jul 13, 2020). Original GitHub issue: https://github.com/fatedier/frp/issues/1898 ```ini [web] type = http local_port = 9200 subdomain = elasticsearch [web] type = http local_port = 5601 subdomain = kibana ```
Author
Owner

@douyacun commented on GitHub (Jul 13, 2020):

[web-1]
type = http
local_port = 9200
subdomain = elasticsearch


[web-2]
type = http
local_port = 5601
subdomain = kibana
<!-- gh-comment-id:657632651 --> @douyacun commented on GitHub (Jul 13, 2020): ``` [web-1] type = http local_port = 9200 subdomain = elasticsearch [web-2] type = http local_port = 5601 subdomain = kibana ```
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#1505
No description provided.