enable ipv6 for docker to retain proper source addresses for SPF
This commit is contained in:
parent
a1469f1185
commit
88a0d19062
3 changed files with 42 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
http2 on;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue