mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-08 11:58:34 +02:00
Allow large file uploads
This commit is contained in:
parent
744c95e1e1
commit
5deb12523e
@ -18,7 +18,7 @@ server {
|
||||
listen 80;
|
||||
server_name ${DOMAIN};
|
||||
|
||||
client_max_body_size 20M; # Maximum upload size
|
||||
client_max_body_size 500M; # Maximum upload size
|
||||
|
||||
location ~ ^/api(.*)$ {
|
||||
rewrite ^/api(/.*)$ $1 break;
|
||||
|
@ -18,7 +18,7 @@ server {
|
||||
listen 80;
|
||||
server_name ${DOMAIN};
|
||||
|
||||
client_max_body_size 20M; # Maximum upload size
|
||||
client_max_body_size 500M; # Maximum upload size
|
||||
|
||||
location ~ ^/api(.*)$ {
|
||||
rewrite ^/api(/.*)$ $1 break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user