Update README.md

This commit is contained in:
Christian P. MOMON 2023-02-11 00:55:40 +00:00
parent a695d7f794
commit 3bf1fc39c5
1 changed files with 3 additions and 3 deletions

View File

@ -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;