Skip to content

Commit

Permalink
HOTFIX Increased file upload size
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyun committed May 11, 2021
1 parent 4ff6178 commit 063219a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker/os2forms/apache/000-default.conf
Expand Up @@ -25,6 +25,7 @@
php_admin_value error_reporting 1023
php_value error_log /dev/stderr
php_value session.save_path /opt/drupal/sessions
php_admin_value upload_max_filesize 150
php_admin_value upload_max_filesize 50M
php_admin_value post_max_size 50M
php_admin_value upload_tmp_dir /opt/drupal/tmp
</VirtualHost>

0 comments on commit 063219a

Please sign in to comment.