mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-19 09:51:35 +02:00
Use absolute paths in supervisor config
This commit is contained in:
@@ -12,8 +12,8 @@ autorestart=false
|
||||
startretries=0
|
||||
|
||||
[program:php-fpm]
|
||||
command=php-fpm7.3 -F
|
||||
command=/usr/sbin/php-fpm7.3 -F
|
||||
|
||||
[program:nginx]
|
||||
command=nginx -g 'daemon off;'
|
||||
command=/usr/sbin/nginx -g 'daemon off;'
|
||||
depends_on=php-fpm
|
||||
|
Reference in New Issue
Block a user