mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
parent
4ab23610a2
commit
3b4014b5e4
9 changed files with 83 additions and 41 deletions
3
nix/image/configs/supervisor/frankenphp.conf
Normal file
3
nix/image/configs/supervisor/frankenphp.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[program:frankenphp]
|
||||
command = /bin/frankenphp php-server
|
||||
directory = /var/www/html
|
||||
2
nix/image/configs/supervisor/nginx.conf
Normal file
2
nix/image/configs/supervisor/nginx.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[program:nginx]
|
||||
command = /bin/nginx -c /etc/nginx.conf
|
||||
2
nix/image/configs/supervisor/php-fpm.conf
Normal file
2
nix/image/configs/supervisor/php-fpm.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[program:php-fpm]
|
||||
command = /bin/php-fpm --fpm-config /etc/php-fpm.conf
|
||||
|
|
@ -8,18 +8,11 @@ pidfile = /var/run/supervisord.pid
|
|||
file = /var/run/supervisor.sock
|
||||
chmod = 0777
|
||||
|
||||
|
||||
[rpcinterface:supervisor]
|
||||
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
||||
|
||||
[supervisorctl]
|
||||
serverurl = unix:///var/run/supervisor.sock
|
||||
|
||||
[program:nginx]
|
||||
command = /bin/nginx -c /etc/nginx.conf
|
||||
|
||||
[program:php-fpm]
|
||||
command = /bin/php-fpm --fpm-config /etc/php-fpm.conf
|
||||
|
||||
[include]
|
||||
files = enabled/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue