[Feature Request] fallback for http plugin
aa51513 opened this issue · 2 comments
aa51513 commented
Describe the feature request
[[proxies]]
name = "dev"
type = "http"
localIP = "127.0.0.1"
localPort = 80
customDomains = ["dev.server.com"]
When 127.0.0.1:80 cannot be accessed, automatically transfer requests to the configured alternate address.
Describe alternatives you've considered
What I mean is that when encounter a 404 or 500 series error code, move to an alternate address.
Affected area
- Docs
- Installation
- Performance and Scalability
- Security
- User Experience
- Test and Release
- Developer Infrastructure
- Client Plugin
- Server Plugin
- Extensions
- Others
fatedier commented
Currently, frp's focus is not on various Layer 7 proxy capabilities. For functionalities in this area, we recommend using other tools like nginx.
aa51513 commented
Currently, frp's focus is not on various Layer 7 proxy capabilities. For functionalities in this area, we recommend using other tools like nginx.
ok,thank you for your reply