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