Compare commits
2 Commits
541641f90c
...
0692319fbd
Author | SHA1 | Date | |
---|---|---|---|
0692319fbd | |||
0f89e98902 |
2
src/rootfs/etc/crontabs/nginx
Normal file
2
src/rootfs/etc/crontabs/nginx
Normal file
@ -0,0 +1,2 @@
|
||||
# min hour day month weekday command
|
||||
* * * * * /usr/bin/php /var/www/glpi/front/cron.php
|
@ -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
|
||||
|
@ -9,5 +9,6 @@ if [ "$INSTALL_OK" = "1" ] ; then
|
||||
fi
|
||||
fi
|
||||
|
||||
/usr/sbin/crond -b
|
||||
/usr/sbin/php-fpm*
|
||||
/usr/sbin/nginx
|
||||
|
Loading…
Reference in New Issue
Block a user