fix mispelled nginx directive
This commit is contained in:
parent
cabcc27dad
commit
ad92ca33d3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ server {
|
|||
listen 80 default_server proxy_protocol;
|
||||
server_name _;
|
||||
|
||||
set_real_ip from 0.0.0.0/0;
|
||||
set_real_ip_from 0.0.0.0/0;
|
||||
real_ip_header proxy_protocol;
|
||||
|
||||
log_format elb '$proxy_protocol_addr - $remote_user [$time_local] '
|
||||
|
|
Reference in a new issue