11 lines
307 B
YAML
11 lines
307 B
YAML
---
|
||
# Name of the certificate generated by Certbot
|
||
nginx_certname: None
|
||
|
||
# List of reverse proxies to be set up; objects of ‹domain›, ‹upstream› and
|
||
# ‹protocol› for proxying, e.g.:
|
||
#
|
||
# - domain: "cockpit"
|
||
# upstream: "127.0.0.1:9090"
|
||
# protocol: "https"
|
||
nginx_reverse_proxy: []
|