Add keepalive to proxypass

This commit is contained in:
Daniel Berteaud 2015-08-07 10:23:39 +02:00
parent c653ba4bc9
commit 01e7a596bd
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ ProxyPassReverse /socket.io/ http://localhost:8090/socket.io/
# ProxyPass /etherpad/ http://localhost:9001/
# ProxyPassReverse /etherpad/ http://localhost:9001/
ProxyPass /vroom/ http://127.0.0.1:8090/
ProxyPass /vroom/ http://127.0.0.1:8090/ Keepalive=on
ProxyPassReverse /vroom/ http://127.0.0.1:8090/
<Proxy /vroom/*>
ProxyPreserveHost On

View File

@ -24,7 +24,7 @@
# ProxyPassReverse /etherpad/ http://localhost:9001/
ProxyPass / http://127.0.0.1:8090/
ProxyPass / http://127.0.0.1:8090/ Keepalive=on
ProxyPassReverse / http://127.0.0.1:8090/
<Proxy *>
ProxyPreserveHost On