about summary refs log tree commit diff
path: root/domains.yml
blob: 6385712ab2c96cdbcde252abd5865d4bb54e3ab0 (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
---
domains:
  main:
    name: ".dybiec.info"
    http_redirect: true
    dir: "/usr/share/nginx/html"
  git:
    name: "git.dybiec.info"
    http_redirect: true
    proxy:
      port: 5001
      cache: true
      keepalive: true
  cnt:
    name: "cnt.dybiec.info"
    websocket: true
    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: 4s
      cache: true
  octoprint2:
    name: "octoprint2.dybiec.info"
    http_redirect: true
    websocket: true
    client_body_size: 200M
    proxy:
      host: "10.10.1.5"
      keepalive: true
      timeout: 4s
      cache: true