diff --git a/source/_ecosystem/nginx.markdown b/source/_ecosystem/nginx.markdown index 9aa1e44ad93..8d657a50031 100644 --- a/source/_ecosystem/nginx.markdown +++ b/source/_ecosystem/nginx.markdown @@ -124,6 +124,7 @@ http { proxy_set_header Host $host; proxy_redirect http:// https://; proxy_http_version 1.1; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; }