From 7293dd6f97654d2a67de3b5ead38ecfa95afc45f Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Sat, 11 Feb 2023 00:55:59 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2829dde..bab814b 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.chalec.org;