mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-19 19:28:08 +02:00
Use absolute paths in supervisor config
This commit is contained in:
parent
2a63caafc5
commit
b4d8a121ef
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user