Make Public-Reverse-Proxy handle IPv6

This commit is contained in:
June 2023-10-06 05:06:15 +02:00 committed by julian
parent ce75ba0f70
commit 856cc74d90

View file

@ -30,6 +30,7 @@ stream {
server {
listen 0.0.0.0:443;
listen [::]:443;
proxy_pass $address;
ssl_preread on;
proxy_protocol on;