about summary refs log tree commit diff
path: root/domains.yml
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel.to.malpa@gmail.com>2019-06-10 23:01:46 +0200
committerPaweł Dybiec <pawel.to.malpa@gmail.com>2019-06-10 23:01:46 +0200
commit0d4f884c46a2e8219ed08173989b7cb9bbca7b41 (patch)
treeb5a41c53a084564b3c83cdb454316053ade35b93 /domains.yml
parentAdd error page (diff)
Add parameters for proxy keepalive and timeouts
Diffstat (limited to 'domains.yml')
-rw-r--r--domains.yml4
1 files changed, 4 insertions, 0 deletions
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