11 lines
171 B
INI
11 lines
171 B
INI
[program:nginx]
|
|
command=/usr/sbin/nginx -g 'daemon off;'
|
|
autostart=true
|
|
autorestart=true
|
|
|
|
[program:phpfpm]
|
|
command=/usr/sbin/php-fpm81 -F
|
|
autostart=true
|
|
autorestart=true
|
|
|