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 d0a8908 commit 6a1210bCopy full SHA for 6a1210b
php-fpm/php/conf.d/security.ini
@@ -1,9 +1,11 @@
1
-max_execution_time = 60
2
-memory_limit = 3072M
3
-post_max_size = 20M
4
-upload_max_filesize = 16M
+max_execution_time = 30
+memory_limit = 256M
+post_max_size = 32M
+upload_max_filesize = 32M
5
max_input_time = 60
6
file_uploads = On
7
safe_mode = Off
8
max_input_vars = 1000
9
upload_tmp_dir = /var/www/html/tmp
10
+sendmail_path = /usr/bin/mhsendmail --smtp-addr mail:1025
11
+allow_url_fopen = 1
0 commit comments