Add keepalive to proxypass

master
Daniel Berteaud 9 years ago
parent c653ba4bc9
commit 01e7a596bd
  1. 2
      docs/httpd/httpd_alias.conf
  2. 2
      docs/httpd/httpd_vhost.conf

@ -15,7 +15,7 @@ ProxyPassReverse /socket.io/ http://localhost:8090/socket.io/
# ProxyPass /etherpad/ http://localhost:9001/ # ProxyPass /etherpad/ http://localhost:9001/
# ProxyPassReverse /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/ ProxyPassReverse /vroom/ http://127.0.0.1:8090/
<Proxy /vroom/*> <Proxy /vroom/*>
ProxyPreserveHost On ProxyPreserveHost On

@ -24,7 +24,7 @@
# ProxyPassReverse /etherpad/ http://localhost:9001/ # 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/ ProxyPassReverse / http://127.0.0.1:8090/
<Proxy *> <Proxy *>
ProxyPreserveHost On ProxyPreserveHost On

Loading…
Cancel
Save