mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-26 02:45:38 +00:00
boring-nginx
rootfs
etc
nginx
conf
headers_params
nginx.conf
proxy_params
ssl_params
vhost_http.conf
vhost_https.conf
usr
Dockerfile
README.md
tls13.patch
matomo
nextcloud
nginx-php
privatebin
searx
unmaintained
LICENSE
README.md
12 lines
463 B
Plaintext
12 lines
463 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;
|
|
|
|
proxy_connect_timeout 1400;
|
|
proxy_send_timeout 1400;
|
|
proxy_read_timeout 1400;
|
|
send_timeout 1400;
|