overlooked a '
This commit is contained in:
@@ -6,7 +6,7 @@ map $http_upgrade $connection_upgrade {
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name {{ mastodon_host | default(ansible_fqdn') }};
|
||||
server_name {{ mastodon_host | default(ansible_fqdn) }};
|
||||
|
||||
# Useful for Let's Encrypt
|
||||
location /.well-known/acme-challenge/ { allow all; }
|
||||
|
||||
Reference in New Issue
Block a user