Merge "Revert "tls proxy: immediately close a connection to the backend""
This commit is contained in:
commit
42a914cadf
2
lib/tls
2
lib/tls
@ -524,7 +524,7 @@ $listen_string
|
||||
KeepAlive Off
|
||||
|
||||
<Location />
|
||||
ProxyPass http://$b_host:$b_port/ retry=5 disablereuse=on keepalive=off nocanon
|
||||
ProxyPass http://$b_host:$b_port/ retry=5 nocanon
|
||||
ProxyPassReverse http://$b_host:$b_port/
|
||||
</Location>
|
||||
ErrorLog $APACHE_LOG_DIR/tls-proxy_error.log
|
||||
|
Loading…
Reference in New Issue
Block a user