diff --git a/Server-installation.md b/Server-installation.md index 24783cc..3d25d06 100644 --- a/Server-installation.md +++ b/Server-installation.md @@ -35,4 +35,11 @@ location /trilium/ { proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; } +``` + +It's also advised to add following to `server {}` block to not limit size of payloads: + +``` +# set to 0 for unlimited. Default is 1M. +client_max_body_size 0; ``` \ No newline at end of file