fix: modified nginx config
This commit is contained in:
parent
4443d9749d
commit
7ef846c52e
@ -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:
|
||||
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user