From 7364a2e2522706eb382c4e544355f826b36386d6 Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Sun, 13 Oct 2019 19:14:47 +0200 Subject: Removed old services from config --- domains.yml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'domains.yml') diff --git a/domains.yml b/domains.yml index 2cdb377..6385712 100644 --- a/domains.yml +++ b/domains.yml @@ -4,25 +4,16 @@ domains: name: ".dybiec.info" http_redirect: true dir: "/usr/share/nginx/html" - registry: - name: "registry.dybiec.info" - disabled: true - proxy: - port: 5000 git: name: "git.dybiec.info" http_redirect: true proxy: port: 5001 cache: true - grafana: - name: "grafana.dybiec.info" - disabled: true - http_redirect: true - proxy: - port: 5002 + keepalive: true cnt: name: "cnt.dybiec.info" + websocket: true proxy: port: 5003 octoprint: @@ -33,7 +24,8 @@ domains: proxy: host: "10.10.1.4" keepalive: true - timeout: 10s + timeout: 4s + cache: true octoprint2: name: "octoprint2.dybiec.info" http_redirect: true @@ -42,4 +34,5 @@ domains: proxy: host: "10.10.1.5" keepalive: true - timeout: 10s + timeout: 4s + cache: true -- cgit 1.4.1