about summary refs log tree commit diff
path: root/domains.yml
blob: f64487d60b5f45e2cdc168827aef1de6b6ad8abf (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
---
domains:
  main:
    name: "dybiec.info"
    aliases: ["new.dybiec.info"]
    http_redirect: true
    dir: "/var/www/html"
    headers:
      x-pronouns: "He/Him"
      strict-transport-security: "max-age=31536000; includeSubDomains"
  cs:
    name: "cs.dybiec.info"
    websocket: true
    http_redirect: true
    proxy:
      port: 5002
  cnt:
    name: "cnt.dybiec.info"
    websocket: true
    proxy:
      port: 5003
  octoprint:
    name: "octoprint.dybiec.info"
    aliases: ["creality.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"
    aliases: ["prusa.dybiec.info"]
    http_redirect: true
    websocket: true
    client_body_size: 200M
    proxy:
      host: "10.10.1.5"
      keepalive: true
      timeout: 4s
      cache: true