From 23b3369383778c6922abc87ba2984b0966eb5035 Mon Sep 17 00:00:00 2001 From: haskal Date: Tue, 20 Aug 2019 00:13:15 -0400 Subject: [PATCH] Comment out ssl stuff --- piratebox_nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/piratebox_nginx.conf b/piratebox_nginx.conf index 63d2874..14600c4 100644 --- a/piratebox_nginx.conf +++ b/piratebox_nginx.conf @@ -22,9 +22,9 @@ http { server { listen 80 default_server; - listen 443 ssl http2 default_server; - ssl_certificate /etc/piratebox-certs/piratebox.cer; - ssl_certificate_key /etc/piratebox-certs/piratebox.key; + #listen 443 ssl http2 default_server; + #ssl_certificate /etc/piratebox-certs/piratebox.cer; + #ssl_certificate_key /etc/piratebox-certs/piratebox.key; # Android location /generate_204 {