sycnlounge: add http access option

This commit is contained in:
aptalca
2020-04-22 12:23:00 -04:00
committed by GitHub
parent ee86f8e5fe
commit 028afc1235
+2
View File
@@ -4,6 +4,8 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 80;
listen [::]:80;
server_name synclounge.*;