fix: set proxy request buffering off
This commit is contained in:
parent
4b282cd230
commit
faf27fe25c
|
|
@ -109,7 +109,7 @@ 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_request_buffering off;
|
||||||
client_max_body_size 256M;
|
client_max_body_size 256M;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue