dotfiles/roles/nginx/defaults/main.yml
Matej Focko c7293cd6ea
chore: move out the server roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-07-12 21:15:31 +02:00

11 lines
307 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
# 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: []