dotfiles/roles/server/nginx/defaults/main.yml
Matej Focko 1380efe400
feat(server/nginx): implement nginx role
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-07-12 15:00:55 +02:00

11 lines
321 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
server_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"
server_nginx_reverse_proxy: []