Compare commits
No commits in common. "52f8ed5a2dcd02bfedcb8d40e464b2fd6d609035" and "1b5a20ac8a9438c054651aa7ec63032221b6a134" have entirely different histories.
52f8ed5a2d
...
1b5a20ac8a
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
listen [::]:443 ssl;
|
listen [::]:443 ssl;
|
||||||
server_name {{ ([dns_name] + tls_domains|default([])) | join(" ") }};
|
server_name {{ dns_name }};
|
||||||
|
|
||||||
http2 on;
|
http2 on;
|
||||||
ssl_certificate /etc/letsencrypt/live/{{ dns_name }}/fullchain.pem;
|
ssl_certificate /etc/letsencrypt/live/{{ dns_name }}/fullchain.pem;
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
- proxmox
|
- proxmox
|
||||||
- frr
|
- frr
|
||||||
|
|
||||||
- hosts: doc
|
- hosts: doku
|
||||||
roles:
|
roles:
|
||||||
- alpine
|
- alpine
|
||||||
- nginx
|
- nginx
|
||||||
|
|
Loading…
Reference in a new issue