- fix nginx not streaming back entire content of the attachment downloads

This commit is contained in:
Cioraneanu Mihai
2025-08-07 09:21:21 +03:00
parent 0e0d373709
commit 2d995cd281

View File

@@ -30,6 +30,7 @@ http {
default_type application/octet-stream;
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.
# It's also needed when using tcpsocket and udpsocket in Lua modules.