By default, downloads will be limited to 1GB due to and on the frontend.proxy_buffering``proxy_max_temp_file_size If you can access the frontend’s configuration, disable proxy_buffering or increase proxy_max_temp_file_size from the default 1GB. If you do not have access to the frontend...
By default, downloads will be limited to 1GB due to and on the frontend.proxy_buffering``proxy_max_temp_file_size If you can access the frontend’s configuration, disableproxy_bufferingor increaseproxy_max_temp_file_sizefrom the default 1GB. If you do not have access to the frontend, set...
#add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload" always; # set max upload size and increase upload timeout: client_max_body_size 512M; client_body_timeout 300s; fastcgi_buffers 64 4K; # Enable gzip but do not remove ETag headers gzip on; gzip_vary on...
#If you want to increase the maximum upload size, you will also have to modify your configuration and increase the and values. You will need to restart and your HTTP server in order for these changes to be applied.php-fpmupload_max_filesizepost_max_sizephp-fpm # #.htaccess notes for Ap...
that is shipped# in all major browsers and getting removed from this list# could take several months.#add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload" always;# set max upload size and increase upload timeout:client_max_body_size 512M;client_body_timeout 300...
add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;" always; # set max upload size and increase upload timeout: 上传相关设置 client_max_body_size 102400M; client_body_timeout 14400s; fastcgi_buffers 64 4K; # upload accelerate 上传加速设置 client_body_buffer_...
🍱 Vue.js components for Nextcloud app development ✌ https://npmjs.org/@nextcloud/vue - nextcloud-vue/CHANGELOG.md at next · nextcloud-libraries/nextcloud-vue
# set max upload size and increase upload timeout: client_max_body_size 0; client_body_temp_path /nextcloud_tmp; client_body_timeout 6400s; fastcgi_buffers 64 4K; proxy_buffering off; fastcgi_request_buffering off; fastcgi_max_temp_file_size 0; ...
File metadata and controls Preview Code Blame 1945 lines (1007 loc) · 110 KB Raw NextcloudPi Changelog v1.55.2 (2024-09-24) Hotfix release Fixes Increase the maximum package size for mysqldump to 256M (fixes #1979) Fix repeated erroneous update success messages for auto updates (fixes #...
#add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload" always; # set max upload size and increase upload timeout: client_max_body_size 512M; client_body_timeout 300s; fastcgi_buffers 64 4K; # Enable gzip but do not remove ETag headers ...