mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-18 12:00:58 +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;
|
listen 443 ssl;
|
||||||
server_name ${DOMAIN};
|
server_name ${DOMAIN};
|
||||||
|
|
||||||
|
client_max_body_size 500M; # Maximum upload size
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user