mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-22 07:16:06 +02:00
Update default
This commit is contained in:
@@ -37,6 +37,10 @@ server {
|
|||||||
# display real ip in nginx logs when connected through reverse proxy via docker network
|
# display real ip in nginx logs when connected through reverse proxy via docker network
|
||||||
set_real_ip_from 172.0.0.0/8;
|
set_real_ip_from 172.0.0.0/8;
|
||||||
real_ip_header X-Forwarded-For;
|
real_ip_header X-Forwarded-For;
|
||||||
|
proxy_connect_timeout 1d;
|
||||||
|
proxy_send_timeout 1d;
|
||||||
|
proxy_read_timeout 1d;
|
||||||
|
send_timeout 1d;
|
||||||
location = /robots.txt {
|
location = /robots.txt {
|
||||||
allow all;
|
allow all;
|
||||||
log_not_found off;
|
log_not_found off;
|
||||||
|
|||||||
Reference in New Issue
Block a user