add ipv6 for redirect
parent
8cafc22d6c
commit
872b75871e
|
@ -1,6 +1,7 @@
|
|||
server {
|
||||
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
return 301 https://$host$request_uri;
|
||||
|
||||
|
|
Loading…
Reference in New Issue