1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-26 02:45:38 +00:00
Files
boring-nginx
cowrie
cryptpad
freshrss
ghost
isso
kippo-graph
libresonic
lychee
mastodon
mediawiki
nextcloud
nginx-php
parsoid
pgbouncer
piwik
privatebin
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
searx
unmaintained
LICENSE
README.md
dockerfiles/reverse/rootfs/nginx/conf.d/proxy.conf

12 lines
418 B
Plaintext
Raw Normal View History

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;