mirror of
https://github.com/cioraneanu/firefly-pico.git
synced 2025-12-20 20:19:33 -06:00
- fix nginx not streaming back entire content of the attachment downloads
This commit is contained in:
@@ -30,6 +30,7 @@ http {
|
|||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
client_body_temp_path /tmp/nginx_body_temp;
|
client_body_temp_path /tmp/nginx_body_temp;
|
||||||
|
fastcgi_temp_path /tmp/nginx_fastcgi_temp 1 2;
|
||||||
|
|
||||||
# Name servers used to resolve names of upstream servers into addresses.
|
# Name servers used to resolve names of upstream servers into addresses.
|
||||||
# It's also needed when using tcpsocket and udpsocket in Lua modules.
|
# It's also needed when using tcpsocket and udpsocket in Lua modules.
|
||||||
|
|||||||
Reference in New Issue
Block a user