mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 21:11:31 -07:00
sycnlounge: add http access option
This commit is contained in:
parent
ee86f8e5fe
commit
028afc1235
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
listen [::]:443 ssl;
|
listen [::]:443 ssl;
|
||||||
|
listen 80;
|
||||||
|
listen [::]:80;
|
||||||
|
|
||||||
server_name synclounge.*;
|
server_name synclounge.*;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue