File: proxy_params

package info (click to toggle)
nginx 1.28.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,696 kB
  • sloc: ansic: 169,569; sh: 623; perl: 439; python: 240; makefile: 130; cpp: 19
file content (4 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (19)
1
2
3
4
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;