Update default

This commit is contained in:
Alexandre
2021-12-18 23:02:16 +01:00
committed by GitHub
parent 469c007f26
commit 1f4ab2c38c

View File

@@ -37,6 +37,10 @@ server {
# display real ip in nginx logs when connected through reverse proxy via docker network
set_real_ip_from 172.0.0.0/8;
real_ip_header X-Forwarded-For;
proxy_connect_timeout 1d;
proxy_send_timeout 1d;
proxy_read_timeout 1d;
send_timeout 1d;
location = /robots.txt {
allow all;
log_not_found off;