ma etherpad: increase timeouts to 30 minutes

This commit is contained in:
makefu 2021-03-12 20:25:37 +01:00
parent fe38a7cd7e
commit 80ca196173
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -6,7 +6,7 @@ in {
services.nginx.virtualHosts."etherpad.euer.krebsco.de" = {
# useACMEHost = "euer.krebsco.de";
extraConfig = ''
ssl_session_timeout 5m;
ssl_session_timeout 30m;
'';
enableACME = true;
forceSSL = true;
@ -27,7 +27,7 @@ in {
# WebSocket proxying - from https://nginx.org/en/docs/http/websocket.html
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_read_timeout 61s;
proxy_read_timeout 1799s;
'';
};
docker-containers."etherpad-lite" = {