mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3712] [Feature Request] 端口复用- > 依据不同路径反向代理到不同web,gzip的index.html 内部js css path能自动修改stripPrefix? #2958
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#2958
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 @gowy222 on GitHub (Oct 23, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3712
Describe the feature request
s端 通过 path 反向到 c端:
192.168.0.2:8888/app1 -> 10.0.0.2:81 http web
192.168.0.2:8888/app2 -> 10.0.0.2:82 http web
192.168.0.2:8888/app3 -> 10.0.0.2:83 http web
这个能实现?
关键经典问题 gzip的index.html 内部的 js css 静态 path怎么自动解压gzip替换 stripPrefix 再gzip on
@fatedier commented on GitHub (Oct 23, 2023):
没太看懂,但是复杂的 web/HTTP 的需求,建议结合 nginx 之类的代理使用,功能更全面。