Update README.md

This commit is contained in:
Christian P. MOMON 2023-02-11 00:55:59 +00:00
parent b1fba9a3b7
commit 7293dd6f97
1 changed files with 3 additions and 3 deletions

View File

@ -96,10 +96,10 @@ server
server server
{ {
set_real_ip_from 192.169.1.1; set_real_ip_from 192.168.0.1;
real_ip_header proxy_protocol; real_ip_header proxy_protocol;
listen [::]:443 ssl ipv6only=on; listen 0.0.0.0:444 ssl proxy_protocol;
listen 443 ssl proxy_protocol; listen [::]:443 ssl;
server_name stats.chalec.org; server_name stats.chalec.org;