Make Public-Reverse-Proxy handle IPv6
This commit is contained in:
parent
ce75ba0f70
commit
856cc74d90
|
@ -30,6 +30,7 @@ stream {
|
|||
|
||||
server {
|
||||
listen 0.0.0.0:443;
|
||||
listen [::]:443;
|
||||
proxy_pass $address;
|
||||
ssl_preread on;
|
||||
proxy_protocol on;
|
||||
|
|
Loading…
Reference in a new issue