In the “/etc/nginx/sites-available/owncloud.conf”
in the server configuration :
server {
…
client_max_body_size 16G;
…
}
1 Like
In the “/etc/nginx/sites-available/owncloud.conf”
in the server configuration :
server {
…
client_max_body_size 16G;
…
}