mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-03 12:09:16 +00:00
Merge pull request #883 from apoc4lyps/master
[nextcloud] fix file upload size limit
This commit is contained in:
@@ -76,6 +76,7 @@ server {
|
||||
fastcgi_pass phpfpm:9000;
|
||||
fastcgi_intercept_errors on;
|
||||
fastcgi_request_buffering off;
|
||||
client_max_body_size 10G;
|
||||
}
|
||||
|
||||
location ~ ^/(?:updater|ocs-provider)(?:$|/) {
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
fastcgi_pass phpfpm:9000;
|
||||
fastcgi_intercept_errors on;
|
||||
fastcgi_request_buffering off;
|
||||
client_max_body_size 10G;
|
||||
}
|
||||
location ~ ^/nextcloud/(?:updater|ocs-provider)(?:$|/) {
|
||||
try_files $uri/ =404;
|
||||
|
||||
Reference in New Issue
Block a user