1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-08-02 12:14:46 +02:00

fix: Use frankephp run instead of php-server to support Caddyfile

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2026-06-11 16:56:50 +02:00
commit f0d8579fdd
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -1,3 +1,3 @@
[program:frankenphp]
command = /bin/frankenphp php-server
directory = /var/www/html
command = /bin/frankenphp run
directory = /var/www/html