mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-26 19:05:40 +00:00
boring-nginx
matomo
nextcloud
nginx-php
privatebin
searx
unmaintained
boinc
cowrie
cryptpad
freshrss
ghost
isso
kippo-graph
libresonic
lutim
lychee
mastodon
mediawiki
nginx
Dockerfile
README.md
headers_params
nginx.conf
ngxpasswd
ngxproxy
proxy_params
run.sh
ssl_params
vhost_http.conf
vhost_https.conf
parsoid
pgbouncer
rainloop
reverse
rtorrent-flood
rutorrent
tor
LICENSE
README.md
7 lines
326 B
Plaintext
7 lines
326 B
Plaintext
![]() |
proxy_set_header Host $host;
|
||
|
proxy_set_header X-Real-IP $remote_addr;
|
||
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||
|
proxy_set_header X-Remote-Port $remote_port;
|
||
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||
|
proxy_redirect off;
|