default config for 100MB uploads

This commit is contained in:
Ian Ward 2024-10-08 17:16:14 -04:00
parent bf6d75195d
commit 6a6afb1315
2 changed files with 4 additions and 1 deletions

View File

@ -43,6 +43,7 @@ CKAN_SMTP_STARTTLS=True
CKAN_SMTP_USER=user
CKAN_SMTP_PASSWORD=pass
CKAN_SMTP_MAIL_FROM=ckan@localhost
CKAN_MAX_UPLOAD_SIZE_MB=100
TZ=UTC
# Solr

View File

@ -42,6 +42,8 @@ http {
proxy_cache_path /tmp/nginx_cache levels=1:2 keys_zone=cache:30m max_size=250m;
proxy_temp_path /tmp/nginx_proxy 1 2;
client_max_body_size 140M;
include /etc/nginx/conf.d/*.conf;
# Error status text