Skip to content

Commit 2a323a1

Browse files
committed
Added settings for upload filesize
1 parent 56c700e commit 2a323a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.docker/os2web/apache/000-default.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
php_value error_log /dev/stderr
3131

3232
php_value session.save_path /opt/drupal/sessions
33-
php_admin_value upload_max_filesize 150
33+
php_admin_value upload_max_filesize 128M
34+
php_admin_value post_max_size 128M
3435
php_admin_value upload_tmp_dir /opt/drupal/tmp
3536

3637
# For most configuration files from conf-available/, which are

0 commit comments

Comments
 (0)