Compare commits

...

2 Commits

Author SHA1 Message Date
Paolo Asperti 0692319fbd
performance tuning
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2024-01-05 11:39:44 +01:00
Paolo Asperti 0f89e98902
add cron support 2024-01-05 11:35:26 +01:00
3 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,2 @@
# min hour day month weekday command
* * * * * /usr/bin/php /var/www/glpi/front/cron.php

View File

@ -1,7 +1,8 @@
session.cookie_httponly = on
memory_limit = 256M
memory_limit = 512M
file_uploads = on
max_execution_time = 600
session.auto_start = off
session.use_trans_sid = 0
expose_php = Off
opcache.memory_consumption = 256

View File

@ -9,5 +9,6 @@ if [ "$INSTALL_OK" = "1" ] ; then
fi
fi
/usr/sbin/crond -b
/usr/sbin/php-fpm*
/usr/sbin/nginx