From 0d4f884c46a2e8219ed08173989b7cb9bbca7b41 Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Mon, 10 Jun 2019 23:01:46 +0200 Subject: Add parameters for proxy keepalive and timeouts --- domains.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'domains.yml') diff --git a/domains.yml b/domains.yml index 0d4c928..ad12623 100644 --- a/domains.yml +++ b/domains.yml @@ -30,6 +30,8 @@ domains: client_body_size: 200M proxy: host: "10.10.1.4" + keepalive: true + timeout: 10s octoprint2: name: "octoprint2.dybiec.info" http_redirect: true @@ -37,3 +39,5 @@ domains: client_body_size: 200M proxy: host: "10.10.1.5" + keepalive: true + timeout: 10s -- cgit 1.4.1