Merge pull request #152 from linuxserver/synclounge

sycnlounge: add http access option over port 80
This commit is contained in:
Eric Nemchik 2020-04-22 19:22:27 -05:00 committed by GitHub
commit 4f4951fbb3
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.*;