resolve user login issue, and docker confiuration issue (#84)

This commit is contained in:
KevinHuSh
2024-02-29 12:50:01 +08:00
committed by GitHub
parent 370b01a2c9
commit e86c820461
6 changed files with 75 additions and 48 deletions

8
docker/nginx/proxy.conf Normal file
View File

@ -0,0 +1,8 @@
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_http_version 1.1;
proxy_set_header Connection "";
proxy_buffering off;
proxy_read_timeout 3600s;
proxy_send_timeout 3600s;