mirror of
https://github.com/linuxserver/docker-swag.git
synced 2024-12-18 04:04:23 -05:00
keep ipv6 listen separate
Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
parent
875a17dfc7
commit
f5ce44887f
@ -1,4 +1,4 @@
|
||||
## Version 2024/07/14 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/site-confs/default.conf.sample
|
||||
## Version 2024/07/16 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/site-confs/default.conf.sample
|
||||
|
||||
# redirect all traffic to https
|
||||
server {
|
||||
@ -12,7 +12,8 @@ server {
|
||||
|
||||
# main server block
|
||||
server {
|
||||
listen *:443 ssl default_server;
|
||||
listen 443 ssl default_server;
|
||||
listen [::]:443 ssl default_server;
|
||||
|
||||
server_name _;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user