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