mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-07 21:41:31 -07:00
Merge pull request #152 from linuxserver/synclounge
sycnlounge: add http access option over port 80
This commit is contained in:
commit
4f4951fbb3
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