Skip to content

Add X-Forwarded-For to nginx config

gitlab-qa-bot requested to merge github/fork/zeeZ/nginx-proxy into master

Created by: zeeZ

I noticed all requests logged in production.log come from 127.0.0.1. Adding the X-Forwarded-For header shows the remote IP in logs.

Merge request reports