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 6e01042 commit bc1a958Copy full SHA for bc1a958
php-fpm/php/conf.d/security.ini
@@ -1,10 +1,12 @@
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
12
+
0 commit comments