Add missing semicolon in nginx conf

This commit is contained in:
Quentin Machu 2015-10-16 13:55:16 -04:00
parent ea574cf689
commit 18a7caf474

View file

@ -5,7 +5,7 @@ real_ip_recursive on;
log_format lb_pp '$remote_addr ($proxy_protocol_addr) '
'- $remote_user [$time_local] '
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent"'
'"$http_referer" "$http_user_agent"';
types_hash_max_size 2048;
include /usr/local/nginx/conf/mime.types.default;