Merge pull request #7986 from nextcloud/backport/7979/stable22

[stable22] Ensure that nginx config sample allow downloading big file
This commit is contained in:
Christoph Wurst 2022-01-26 13:48:17 +01:00 committed by GitHub
commit f404759955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -133,6 +133,8 @@ server {
fastcgi_intercept_errors on;
fastcgi_request_buffering off;
fastcgi_max_temp_file_size 0;
}
location ~ \.(?:css|js|svg|gif)$ {

View File

@ -132,6 +132,8 @@ server {
fastcgi_intercept_errors on;
fastcgi_request_buffering off;
fastcgi_max_temp_file_size 0;
}
location ~ \.(?:css|js|svg|gif)$ {