mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-12 14:12:53 +02:00
Increase max upload size
This commit is contained in:
@ -16,6 +16,8 @@ data:
|
||||
listen 80;
|
||||
server_name $$DOMAIN;
|
||||
|
||||
client_max_body_size 5G; # Maximum upload size
|
||||
|
||||
location ~ ^/api(.*)$ {
|
||||
rewrite ^/api(/.*)$ $1 break;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
|
Reference in New Issue
Block a user