diff --git a/ansible/roles/http/templates/nginx/sites/home.bdebyl.net.conf.j2 b/ansible/roles/http/templates/nginx/sites/home.bdebyl.net.conf.j2 index f63d2f5..cb22065 100644 --- a/ansible/roles/http/templates/nginx/sites/home.bdebyl.net.conf.j2 +++ b/ansible/roles/http/templates/nginx/sites/home.bdebyl.net.conf.j2 @@ -4,8 +4,8 @@ geo $whitelisted { } server { - listen 80; - listen 443 ssl; + listen 80 default_server; + listen 443 ssl default_server; server_name {{ home_server_name }}; if ($whitelisted = 1) { return 302 http://pi.hole;