New caddy

This commit is contained in:
2025-04-21 00:27:19 +02:00
parent fe00270637
commit 2c6eb2ecb7

View File

@@ -3,6 +3,12 @@
frankenphp {
{$FRANKENPHP_CONFIG}
worker {
file ./public/index.php
env APP_RUNTIME Runtime\FrankenPhpSymfony\Runtime
{$FRANKENPHP_WORKER_CONFIG}
}
}
}
@@ -23,8 +29,6 @@
encode zstd br gzip
mercure {
# Transport to use (default to Bolt)
transport_url {$MERCURE_TRANSPORT_URL:bolt:///data/mercure.db}
# Publisher JWT key
publisher_jwt {env.MERCURE_PUBLISHER_JWT_KEY} {env.MERCURE_PUBLISHER_JWT_ALG}
# Subscriber JWT key
@@ -53,5 +57,7 @@
@frontController path index.php
php @frontController
file_server
file_server {
hide *.php
}
}