Update README.md
This commit is contained in:
parent
b1fba9a3b7
commit
7293dd6f97
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue