nginx HTTPS redirect on ipv6
This commit is contained in:
parent
e03cc40bf3
commit
56bfe544e4
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
server_name _;
|
||||
access_log off;
|
||||
|
||||
|
|
Loading…
Reference in a new issue