overlooked an appearance of {{ mastodon_host }}

This commit is contained in:
rene
2022-03-18 19:33:12 +01:00
parent 4617d12c48
commit ae05c773ec

View File

@@ -16,7 +16,7 @@ server {
server { server {
listen 443 ssl http2; listen 443 ssl http2;
listen [::]:443 ssl http2; listen [::]:443 ssl http2;
server_name {{ mastodon_host }}; server_name {{ mastodon_host | default(ansible_fqdn) }};
ssl_protocols TLSv1.2; ssl_protocols TLSv1.2;
ssl_ciphers HIGH:!MEDIUM:!LOW:!aNULL:!NULL:!SHA; ssl_ciphers HIGH:!MEDIUM:!LOW:!aNULL:!NULL:!SHA;