33 lines
555 B
YAML
33 lines
555 B
YAML
---
|
|
globals:
|
|
domain: "main.sample.org"
|
|
names:
|
|
- Jack
|
|
- John
|
|
- Jill
|
|
nginx:
|
|
globals:
|
|
http_port: 80
|
|
https_port: 443
|
|
redirect_to_https: true
|
|
acme_challange: true
|
|
http_port: 8888
|
|
sites:
|
|
globals:
|
|
domain: "exmaple.com"
|
|
rate_limit:
|
|
zone: "mylimit"
|
|
burst: 20
|
|
cdn:
|
|
subdomain: "cdn"
|
|
root: "/srv/public/cdn"
|
|
www:
|
|
subdomain: "www"
|
|
domain: "mywebsite.com"
|
|
redirect_to_https: false
|
|
http2: true
|
|
https_port: 8443
|
|
rate_limit:
|
|
burst: 70
|
|
|