From 6f9d07424105154a84ca707abe58cd26b6fe2b10 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Fri, 1 Oct 2021 21:24:18 -0400 Subject: [PATCH] noticket removed ssl from home.bdebyl.net.conf --- ansible/roles/http/templates/nginx/sites/home.bdebyl.net.conf.j2 | 1 - 1 file changed, 1 deletion(-) 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 cb22065..f7fd258 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 @@ -5,7 +5,6 @@ geo $whitelisted { server { listen 80 default_server; - listen 443 ssl default_server; server_name {{ home_server_name }}; if ($whitelisted = 1) { return 302 http://pi.hole;