chore: set client_max_body_size
This commit is contained in:
parent
0aa10d93c7
commit
4b282cd230
|
|
@ -109,11 +109,8 @@ http {
|
||||||
location ~* ^/api/workspace/([a-zA-Z0-9_-]+)/publish$ {
|
location ~* ^/api/workspace/([a-zA-Z0-9_-]+)/publish$ {
|
||||||
set $appflowy_cloud appflowy_cloud;
|
set $appflowy_cloud appflowy_cloud;
|
||||||
proxy_pass http://$appflowy_cloud:8000;
|
proxy_pass http://$appflowy_cloud:8000;
|
||||||
|
proxy_pass_request_headers off;
|
||||||
proxy_http_version 1.1;
|
client_max_body_size 256M;
|
||||||
chunked_transfer_encoding on;
|
|
||||||
proxy_buffering off;
|
|
||||||
proxy_cache off;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue