overlooked a '

This commit is contained in:
rene
2022-03-18 19:04:40 +01:00
parent 50dd2691d5
commit 4617d12c48

View File

@@ -6,7 +6,7 @@ map $http_upgrade $connection_upgrade {
server { server {
listen 80; listen 80;
listen [::]:80; listen [::]:80;
server_name {{ mastodon_host | default(ansible_fqdn') }}; server_name {{ mastodon_host | default(ansible_fqdn) }};
# Useful for Let's Encrypt # Useful for Let's Encrypt
location /.well-known/acme-challenge/ { allow all; } location /.well-known/acme-challenge/ { allow all; }