Skip to content

Commit ba6827d

Browse files
authored
Add php_ini variables_order to frankenphp config
1 parent 4ab4d53 commit ba6827d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# FrankenPHP worker configuration
22
frankenphp {
3+
php_ini variables_order "EGPCS"
34
worker {
4-
file {$CADDY_APP_PUBLIC_PATH:/var/www/html/public}/frankenphp-worker.php
5+
file "{$CADDY_APP_PUBLIC_PATH:/var/www/html/public}/frankenphp-worker.php"
56
{$FRANKENPHP_WORKER_CONFIG}
67
}
78
{$FRANKENPHP_CONFIG}
8-
}
9+
}

0 commit comments

Comments
 (0)