Skip to content

Commit

Permalink
Merge pull request #7985 from nextcloud/backport/7979/stable23
Browse files Browse the repository at this point in the history
[stable23] Ensure that nginx config sample allow downloading big file
  • Loading branch information
ChristophWurst authored Jan 26, 2022
2 parents 1e09829 + 1600057 commit 7ad732d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin_manual/installation/nginx-root.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ server {

fastcgi_intercept_errors on;
fastcgi_request_buffering off;

fastcgi_max_temp_file_size 0;
}

location ~ \.(?:css|js|svg|gif|png|jpg|ico|wasm|tflite)$ {
Expand Down
2 changes: 2 additions & 0 deletions admin_manual/installation/nginx-subdir.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ server {

fastcgi_intercept_errors on;
fastcgi_request_buffering off;

fastcgi_max_temp_file_size 0;
}

location ~ \.(?:css|js|svg|gif|png|jpg|ico|wasm|tflite)$ {
Expand Down

0 comments on commit 7ad732d

Please sign in to comment.