diff --git a/README.md b/README.md index efe11b9..ba840e2 100644 --- a/README.md +++ b/README.md @@ -96,10 +96,10 @@ server server { - set_real_ip_from 192.169.1.1; + set_real_ip_from 192.168.0.1; real_ip_header proxy_protocol; - listen [::]:443 ssl ipv6only=on; - listen 443 ssl proxy_protocol; + listen 0.0.0.0:444 ssl proxy_protocol; + listen [::]:443 ssl; server_name stats.a-lec.org;