mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
parent
4ab23610a2
commit
3b4014b5e4
9 changed files with 83 additions and 41 deletions
|
|
@ -84,4 +84,11 @@ if [ -n "${PROXY_BASE:-}" ]; then
|
|||
cp /etc/supervisor/dnsmasq.conf /etc/supervisor/enabled/
|
||||
fi
|
||||
|
||||
if [ -n "${FRANKENPHP:-}" ]; then
|
||||
cp /etc/supervisor/frankenphp.conf /etc/supervisor/enabled/
|
||||
else
|
||||
cp /etc/supervisor/php-fpm.conf /etc/supervisor/enabled/
|
||||
cp /etc/supervisor/nginx.conf /etc/supervisor/enabled/
|
||||
fi
|
||||
|
||||
exec supervisord -c /etc/supervisor/supervisord.conf
|
||||
Loading…
Add table
Add a link
Reference in a new issue