We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff6178 commit 063219aCopy full SHA for 063219a
.docker/os2forms/apache/000-default.conf
@@ -25,6 +25,7 @@
25
php_admin_value error_reporting 1023
26
php_value error_log /dev/stderr
27
php_value session.save_path /opt/drupal/sessions
28
- php_admin_value upload_max_filesize 150
+ php_admin_value upload_max_filesize 50M
29
+ php_admin_value post_max_size 50M
30
php_admin_value upload_tmp_dir /opt/drupal/tmp
31
</VirtualHost>
0 commit comments