Bundled nginx and set_real_ip_from?

Hi everyone,

Im using the latest version of your docker image and everything works as expected, except for one thing. I set custom_gitlab_server_config via gitlab.rb in the following way:

nginx['custom_gitlab_server_config'] = "set_real_ip_from 10.0.0.0/8;\nreal_ip_header X-Real-IP;\nreal_ip_recursive on;"

But $ gitlab-ctrl reconfigure fails and from the log files I get:

[emerg] 18429#0: unknown directive \"set_real_ip_from\" in /var/opt/gitlab/nginx/conf/gitlab-http.conf:77"

So, doesn't the bundled nginx come with ngx_http_realip_module?

Thank you.