Add dns aliases for proxy to get certificates

This commit is contained in:
Timo Makinen 2025-06-18 16:07:47 +00:00
parent a8e47bbbb5
commit 5560d81a8a

View file

@ -66,6 +66,12 @@
- role: nginx_site - role: nginx_site
nginx_site_name: dns.home.foo.sh nginx_site_name: dns.home.foo.sh
nginx_site_redirect: https://www.foo.sh/ nginx_site_redirect: https://www.foo.sh/
- role: nginx_site
nginx_site_name: dns.iot.foo.sh
nginx_site_redirect: https://www.foo.sh/
- role: nginx_site
nginx_site_name: dns.lan.foo.sh
nginx_site_redirect: https://www.foo.sh/
- role: nginx_site - role: nginx_site
nginx_site_name: forgejo.foo.sh nginx_site_name: forgejo.foo.sh
nginx_site_redirect: https://git.foo.sh/ nginx_site_redirect: https://git.foo.sh/