chore: set client_max_body_size

This commit is contained in:
Zack Fu Zi Xiang 2024-06-20 19:27:58 +08:00
parent 0aa10d93c7
commit 4b282cd230
No known key found for this signature in database
1 changed files with 2 additions and 5 deletions

View File

@ -109,11 +109,8 @@ http {
location ~* ^/api/workspace/([a-zA-Z0-9_-]+)/publish$ {
set $appflowy_cloud appflowy_cloud;
proxy_pass http://$appflowy_cloud:8000;
proxy_http_version 1.1;
chunked_transfer_encoding on;
proxy_buffering off;
proxy_cache off;
proxy_pass_request_headers off;
client_max_body_size 256M;
}
}