Compare commits

..

No commits in common. "52f8ed5a2dcd02bfedcb8d40e464b2fd6d609035" and "1b5a20ac8a9438c054651aa7ec63032221b6a134" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
server_name {{ ([dns_name] + tls_domains|default([])) | join(" ") }};
server_name {{ dns_name }};
http2 on;
ssl_certificate /etc/letsencrypt/live/{{ dns_name }}/fullchain.pem;

View file

@ -34,7 +34,7 @@
- proxmox
- frr
- hosts: doc
- hosts: doku
roles:
- alpine
- nginx