increase client_max_body_size (#23192)

This commit is contained in:
Emmanuel Cazenave 2018-05-15 11:10:48 +02:00
parent f970e8be88
commit c3ad999043
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ server {
access_log /var/log/nginx/{{project_name}}-access.log combined;
error_log /var/log/nginx/{{project_name}}-error.log;
client_max_body_size 50M;
{% block middle %}{% endblock %}
location / {