refactored, noone needs the web folder
This commit is contained in:
14
apps/grav/supervisor.conf
Normal file
14
apps/grav/supervisor.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
[supervisord]
|
||||
nodaemon=true
|
||||
|
||||
[program:cron]
|
||||
command=/usr/sbin/cron
|
||||
killasgroup=true
|
||||
stopasgroup=true
|
||||
redirect_stderr=true
|
||||
user=root
|
||||
|
||||
|
||||
[program:php-fpm]
|
||||
command=/usr/sbin/php-fpm7.4 --nodaemonize --force-stderr
|
||||
user=www-data
|
||||
Reference in New Issue
Block a user