off buffer
This commit is contained in:
parent
f5456d2866
commit
fab5696726
|
|
@ -23,6 +23,9 @@ server {
|
|||
proxy_pass http://backend:8000/;
|
||||
proxy_http_version 1.1;
|
||||
|
||||
proxy_request_buffering off;
|
||||
proxy_buffering off;
|
||||
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
|
@ -37,9 +40,4 @@ server {
|
|||
location /health {
|
||||
proxy_pass http://backend:8000/health;
|
||||
}
|
||||
|
||||
# (Опционально) MinIO Console только внутри (если захочешь)
|
||||
# location /minio/ {
|
||||
# proxy_pass http://minio:9001/;
|
||||
# }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue