Fix typo
This commit is contained in:
parent
e9fa00522b
commit
4a28995e80
|
@ -6,7 +6,7 @@ server {
|
||||||
listen 80;
|
listen 80;
|
||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
|
|
||||||
set_real_ip_from 192.169.0.1;
|
set_real_ip_from 192.168.0.1;
|
||||||
real_ip_header proxy_protocol;
|
real_ip_header proxy_protocol;
|
||||||
|
|
||||||
ssi on;
|
ssi on;
|
||||||
|
|
Loading…
Reference in New Issue