Skip to content
Snippets Groups Projects
Commit 36a56604 authored by Joost Hemmen's avatar Joost Hemmen :basketball:
Browse files

set limit of 100mb when uploading via https

parent 18d243fb
No related branches found
No related tags found
1 merge request!229Resolve "upload via minio gui is limited to 1mb"
Pipeline #470875 passed
......@@ -25,6 +25,8 @@ server {
root /usr/share/nginx/html;
}
client_max_body_size 100m;
include locations/locations.conf;
}
......
......@@ -25,6 +25,8 @@ server {
root /usr/share/nginx/html;
}
client_max_body_size 100m;
include locations/locations.conf;
include locations/locations.keycloak.conf;
......
......@@ -37,6 +37,8 @@ server {
root /usr/share/nginx/html;
}
client_max_body_size 100m;
include locations/locations.conf;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment