about summary refs log tree commit diff
path: root/domains.yml
diff options
context:
space:
mode:
authorPaweł Dybiec <pdybiec@stud.cs.uni.wroc.pl>2019-10-13 19:14:47 +0200
committerPaweł Dybiec <pdybiec@stud.cs.uni.wroc.pl>2019-10-13 19:14:47 +0200
commit7364a2e2522706eb382c4e544355f826b36386d6 (patch)
treea87fc7d2df426965fad40b20068029b5f5364e4a /domains.yml
parentRemoved systemd-networkd (diff)
Removed old services from config
Diffstat (limited to 'domains.yml')
-rw-r--r--domains.yml19
1 files changed, 6 insertions, 13 deletions
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