[etherpad-web/oscp-frontend] Increase timeout
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [etherpad-web/oscp-frontend] Increase timeout
- Date: Wed, 13 May 2020 08:45:00 +0000 (UTC)
commit ec96717fbdae840461440404e506c739ef8086cd
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Wed May 13 10:44:31 2020 +0200
Increase timeout
app_data/httpd-cfg/etherpad.gnome.org.conf | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/app_data/httpd-cfg/etherpad.gnome.org.conf b/app_data/httpd-cfg/etherpad.gnome.org.conf
index b2c0a3b..79b4c70 100644
--- a/app_data/httpd-cfg/etherpad.gnome.org.conf
+++ b/app_data/httpd-cfg/etherpad.gnome.org.conf
@@ -9,14 +9,16 @@
RedirectMatch ^(.*) https://letsencrypt.gnome.org$1
</LocationMatch>
- ProxyPass / http://prod.etherpad-web.svc:9001/ retry=0 timeout=30
- ProxyPassReverse / http://prod.etherpad-web.svc:9001/
+ <Location />
+ ProxyPass / http://prod.etherpad-web.svc:9001/ retry=0 timeout=60
+ ProxyPassReverse / http://prod.etherpad-web.svc:9001/
+ </Location>
<Location /socket.io>
RewriteEngine On
RewriteCond %{QUERY_STRING} transport=websocket [NC]
RewriteRule /(.*) ws://prod.etherpad-web.svc:9001/socket.io/$1 [P,L]
- ProxyPass http://prod.etherpad-web.svc:9001/socket.io retry=0 timeout=30
+ ProxyPass http://prod.etherpad-web.svc:9001/socket.io retry=0 timeout=60
ProxyPassReverse http://prod.etherpad-web.svc:9001/socket.io
</Location>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]