diff --git a/.editorconfig b/.editorconfig index c6cfd84..c6937a4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -54,5 +54,5 @@ indent_size = 2 [*.*Dockerfile] indent_style = tab -[*.*Caddyfile] +[{*.*Caddyfile,Caddyfile}] indent_style = tab diff --git a/frankenphp/Caddyfile b/frankenphp/Caddyfile index 43d3ea7..1c27249 100644 --- a/frankenphp/Caddyfile +++ b/frankenphp/Caddyfile @@ -6,13 +6,13 @@ worker { file ./public/index.php - env APP_RUNTIME Runtime\FrankenPhpSymfony\Runtime + env APP_RUNTIME Runtime\FrankenPhpSymfony\Runtime {$FRANKENPHP_WORKER_CONFIG} } } } -{$CADDY_EXTRA_CONFIG} +{$CADDY_EXTRA_CONFIG} {$SERVER_NAME:localhost} { log { @@ -41,7 +41,7 @@ {$MERCURE_EXTRA_DIRECTIVES} } - vulcain + vulcain {$CADDY_SERVER_EXTRA_DIRECTIVES}