mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1195] static_file 插件 与 web 服务的区别,以及其配置方式的疑问? #938
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#938
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 @phtwo on GitHub (Apr 12, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1195
其实我不是很理解
static_file为什么会归类在tcp类别?现在的配置是这样
能否与 web 服务合并?
例如
这样和 http 同用了一个端口,也可以使用 web 的其他配置,比如
subdomaintype=https,就可以用 https + 子域名访问了。@fatedier commented on GitHub (Apr 12, 2019):
plugin 和 type 没有必然的关系,具体如何使用在于你自己,你既然写了这个配置,就应该顺便测试一下是否可行。
@phtwo commented on GitHub (Apr 12, 2019):
抱歉,试了一下,是可以的。这个插件配置成 http 的比较直观和易用。
@phtwo commented on GitHub (Apr 12, 2019):
另外,开发计划没看到有 web ui 的改进。如果后期有的话,我有兴趣参与优化。