mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-02-05 11:26:32 +08:00
Merge pull request #152 from linuxserver/synclounge
sycnlounge: add http access option over port 80
This commit is contained in:
commit
4f4951fbb3
@ -4,6 +4,8 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
server_name synclounge.*;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user