mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-04 09:34:08 +02:00
Add support for frankenphp
This commit is contained in:
parent
0105c60a09
commit
87d33e01d2
3 changed files with 27 additions and 3 deletions
|
|
@ -74,6 +74,11 @@ then
|
|||
'&
|
||||
fi
|
||||
|
||||
php-fpm --fpm-config /etc/php-fpm.conf&
|
||||
|
||||
nginx -c /etc/nginx.conf
|
||||
if [ -n "${FRANKENPHP:-}" ]
|
||||
then
|
||||
php-fpm --fpm-config /etc/php-fpm.conf&
|
||||
|
||||
nginx -c /etc/nginx.conf
|
||||
else
|
||||
frankenphp run
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
writeShellApplication,
|
||||
vim,
|
||||
helix,
|
||||
frankenphp,
|
||||
}: let
|
||||
inherit (builtins) toString;
|
||||
inherit (lib) readFile getExe concatStringsSep splitString take;
|
||||
|
|
@ -145,6 +146,7 @@
|
|||
oracle-instantclient
|
||||
vim
|
||||
helix
|
||||
frankenphp
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue