mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-28 03:45:37 +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
parsoid
pgbouncer
rainloop
reverse
rootfs
etc
nginx
conf
conf.d
ct.conf
headers.conf
hsts.conf
ocsp.conf
proxy.conf
ssl.conf
path.d
sites-enabled
www
usr
Dockerfile
README.md
auto_upgrade.sh
docker-compose.yml
rtorrent-flood
rutorrent
tor
LICENSE
README.md
12 lines
418 B
Plaintext
12 lines
418 B
Plaintext
proxy_http_version 1.1;
|
|
proxy_set_header Upgrade $http_upgrade;
|
|
proxy_set_header Connection "upgrade";
|
|
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-Forwarded-Proto $scheme;
|
|
proxy_set_header X-Remote-Port $remote_port;
|
|
proxy_redirect off;
|
|
proxy_set_header Proxy "";
|
|
proxy_pass_header Server;
|