|
@@ -190,6 +190,8 @@ cat > "$PHPINI" <<EOF
|
|
memory_limit = 256M
|
|
memory_limit = 256M
|
|
upload_max_filesize = 256M
|
|
upload_max_filesize = 256M
|
|
post_max_size = 256M
|
|
post_max_size = 256M
|
|
|
|
+max_execution_time = 180
|
|
|
|
+max_input_time = 180
|
|
EOF
|
|
EOF
|
|
sudo service php7.2-fpm restart
|
|
sudo service php7.2-fpm restart
|
|
|
|
|