NGINX Configuration - Linux
/etc/nginx/proxy_params
Quick Actions
๐ฅ Download Original proxy_paramsConfiguration File Information
Authentic & Original
Unaltered proxy_params from fresh installation.
Linux Distribution Support
๐ Currently viewing: Debian 9 (Stretch)
โ Also compatible:
Debian 10 (Buster),
Debian 11 (Bullseye),
Debian 12 (Bookworm),
Ubuntu 18.04 LTS (Bionic Beaver),
Ubuntu 20.04 LTS (Focal Fossa),
Ubuntu 22.04 LTS (Jammy Jellyfish),
Ubuntu 24.04 LTS (Noble Numbat)
โ Different versions:
Debian:
Ubuntu:
Configuration File Content
5 lines
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
Download Commands
proxy_params โข
Download the 100% original unaltered configuration file pulled from NGINX
Using wget:
wget -O proxy_params.example https://exampleconfig.com/api/v1/config/original/2612ba3438c3b7855ea7779a879e6aef?hint=proxy_params
Using curl:
curl https://exampleconfig.com/api/v1/config/original/2612ba3438c3b7855ea7779a879e6aef?hint=proxy_params > proxy_params.example
Related Configuration Files
/etc/nginx/proxy_params
NGINX ยท Debian 9 (Stretch)
/etc/nginx/proxy_params
NGINX ยท Debian 9 (Stretch)
/etc/nginx/proxy_params
NGINX ยท Debian 9 (Stretch)
/etc/nginx/proxy_params
Apache HTTP Server ยท Debian 9 (Stretch)
/etc/nginx/proxy_params
Apache HTTP Server ยท Debian 9 (Stretch)
/etc/nginx/proxy_params
Apache HTTP Server ยท Debian 9 (Stretch)