Skip to content

Commit 1eb3004

Browse files
authored
updated PHP configuration
1 parent 243ee77 commit 1eb3004

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

php-fpm/php.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
expose_php = 0
44
short_open_tag = 0
55
sys_temp_dir = /tmp
6-
upload_max_filesize = 10M
7-
post_max_size = 100M
6+
upload_max_filesize = 128M
7+
post_max_size = 128M
8+
max_execution_time = 360
9+
memory_limit = 256M
810
cgi.fix_pathinfo = 0
911

1012
[error handling]

0 commit comments

Comments
 (0)