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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,8 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 80;
listen [::]:80;
server_name synclounge.*;