diff --git a/docs/install/manual.md b/docs/install/manual.md index f24cd1a3a..2e93d6985 100644 --- a/docs/install/manual.md +++ b/docs/install/manual.md @@ -196,6 +196,7 @@ server { proxy_set_header Host $http_host; proxy_pass http://unix:/var/www/recipes/recipes.sock; proxy_set_header X-Forwarded-Proto $scheme; + proxy_set_header X-Forwarded-For $remote_addr; } } ```