From 028afc12356279eaa92abcde2c4dba1287d914c2 Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 22 Apr 2020 12:23:00 -0400 Subject: [PATCH] sycnlounge: add http access option --- synclounge.subdomain.conf.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/synclounge.subdomain.conf.sample b/synclounge.subdomain.conf.sample index f55dbf1..9b9f00c 100644 --- a/synclounge.subdomain.conf.sample +++ b/synclounge.subdomain.conf.sample @@ -4,6 +4,8 @@ server { listen 443 ssl; listen [::]:443 ssl; + listen 80; + listen [::]:80; server_name synclounge.*;