Revert "tls proxy: immediately close a connection to the backend"
This reverts commit e0a37cf21e
.
This didn't help fixing bug #1630664. Issue seems to be between
client<--->Apache2, not between Apache2<--->eventlet
Change-Id: I092c1bbf0c5848b50fc9e491d1e9211451208a89
This commit is contained in:
parent
e0a37cf21e
commit
bc3d01c8ec
2
lib/tls
2
lib/tls
@ -520,7 +520,7 @@ $listen_string
|
||||
SSLCertificateFile $DEVSTACK_CERT
|
||||
|
||||
<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