# Enhancements

* increases nginx max POST body size to 25MB (document upload)
* limits package requests on version 2.32 due to dependency of kombu to this version
This commit is contained in:
2025-01-24 16:21:55 +01:00
parent 2b84bab1d0
commit dce9e1fc71
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ upstream konova {
server {
listen 80;
client_max_body_size 25M;
location / {
proxy_pass http://konova;