mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-13 01:20:51 +02:00
Add max upload size to HTTPS NGINX listener
This commit is contained in:
parent
ae0dbfadc6
commit
d2f7dff464
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user