Deprecate and remove AJP support (#10158)
This commit is contained in:
parent
652a800422
commit
ebb6314494
8 changed files with 3 additions and 34 deletions
|
|
@ -736,9 +736,6 @@ func buildProxyPass(host string, b interface{}, loc interface{}) string {
|
|||
case "GRPCS":
|
||||
proto = "grpcs://"
|
||||
proxyPass = "grpc_pass"
|
||||
case "AJP":
|
||||
proto = ""
|
||||
proxyPass = "ajp_pass"
|
||||
case "FCGI":
|
||||
proto = ""
|
||||
proxyPass = "fastcgi_pass"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue