From f0d8579fdd80f5a8f6cd1423568fd376e83b0587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Thu, 11 Jun 2026 16:56:50 +0200 Subject: [PATCH] fix: Use frankephp run instead of php-server to support Caddyfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- nix/image/configs/supervisor/frankenphp.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/image/configs/supervisor/frankenphp.conf b/nix/image/configs/supervisor/frankenphp.conf index 8c1b1e5..0ee52b1 100644 --- a/nix/image/configs/supervisor/frankenphp.conf +++ b/nix/image/configs/supervisor/frankenphp.conf @@ -1,3 +1,3 @@ [program:frankenphp] -command = /bin/frankenphp php-server -directory = /var/www/html \ No newline at end of file +command = /bin/frankenphp run +directory = /var/www/html