mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-11 09:35:06 +00:00
Increase allowed upload size for studio content
This is particularly useful for courses with large SCORM content.
This commit is contained in:
parent
47aad68a5c
commit
1815ab138e
@ -2,6 +2,10 @@
|
||||
|
||||
Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
- [Improvement] Increase max upload allowed size to 250Mb in CMS
|
||||
|
||||
## v3.12.0 (2020-04-26)
|
||||
|
||||
- 💥[Improvement] Do not deploy an ingress or SSL/TLS certificate issuer ressource by default in Kubernetes
|
||||
|
@ -21,11 +21,11 @@ server {
|
||||
{% endif %}
|
||||
|
||||
access_log /var/log/nginx/access.log tutor;
|
||||
client_max_body_size 100M;
|
||||
client_max_body_size 250M;
|
||||
server_tokens off;
|
||||
|
||||
|
||||
rewrite ^(.*)/favicon.ico$ /static/images/favicon.ico last;
|
||||
|
||||
|
||||
location @proxy_to_cms_app {
|
||||
{% if not WEB_PROXY %}
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
|
Loading…
Reference in New Issue
Block a user