From 7ef846c52e6a9db1dfd84100ede3cc86087692fd Mon Sep 17 00:00:00 2001 From: TomRomeo <60541979+TomRomeo@users.noreply.github.com> Date: Wed, 16 Feb 2022 08:45:49 +0100 Subject: [PATCH] fix: modified nginx config --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 68fddc6..bec0891 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,14 @@ Installing location / { proxy_http_version 1.0; proxy_pass http://127.0.0.1:27702/; + client_max_body_size 222M; } } ``` + Adding the line `client_max_body_size 222M;` to Nginx prevents bigger collections from not being able to sync due to size limitations. + 5. Run ankisyncd: ```