mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-27 20:38:32 +02:00
Add max upload size to HTTPS NGINX listener
This commit is contained in:
@@ -65,6 +65,8 @@ server {
|
||||
listen 443 ssl;
|
||||
server_name ${DOMAIN};
|
||||
|
||||
client_max_body_size 500M; # Maximum upload size
|
||||
|
||||
location / {
|
||||
proxy_http_version 1.1;
|
||||
proxy_buffering off;
|
||||
|
Reference in New Issue
Block a user