about summary refs log tree commit diff
path: root/domains.yml
blob: 2cdb37772538e8dc85632ea5cea19d51da8f8353 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
domains:
  main:
    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
  cnt:
    name: "cnt.dybiec.info"
    proxy:
      port: 5003
  octoprint:
    name: "octoprint.dybiec.info"
    http_redirect: true
    websocket: true
    client_body_size: 200M
    proxy:
      host: "10.10.1.4"
      keepalive: true
      timeout: 10s
  octoprint2:
    name: "octoprint2.dybiec.info"
    http_redirect: true
    websocket: true
    client_body_size: 200M
    proxy:
      host: "10.10.1.5"
      keepalive: true
      timeout: 10s