fix Analyse

This commit is contained in:
nadja
2026-08-26 17:11:44 +02:00
parent 97e6adefad
commit 51098328fa
2 changed files with 9 additions and 1 deletions

View File

@@ -12,6 +12,8 @@ server {
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_read_timeout 180s;
proxy_connect_timeout 10s;
}
location / {