fix: set proxy request buffering off

This commit is contained in:
Zack Fu Zi Xiang 2024-06-20 20:31:00 +08:00
parent 4b282cd230
commit faf27fe25c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ http {
location ~* ^/api/workspace/([a-zA-Z0-9_-]+)/publish$ {
set $appflowy_cloud appflowy_cloud;
proxy_pass http://$appflowy_cloud:8000;
proxy_pass_request_headers off;
proxy_request_buffering off;
client_max_body_size 256M;
}
}