From 8e10fdf3e286e97a64909cf43f4002ceb11ec7db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A8ve=20Caillault?= Date: Sun, 1 Mar 2026 09:32:27 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20la=20configuration?= =?UTF-8?q?=20de=20Caddyfile=20pour=20rendre=20les=20fichiers=20d'assets?= =?UTF-8?q?=20accessibles.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- host/frankenphp/conf/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/frankenphp/conf/Caddyfile b/host/frankenphp/conf/Caddyfile index f362e5c..5af9433 100644 --- a/host/frankenphp/conf/Caddyfile +++ b/host/frankenphp/conf/Caddyfile @@ -4,9 +4,9 @@ :80 { root * {$FRANKENPHP_ROOT_PATH} + file_server php_server { resolve_root_symlink false try_files {path} index.php - file_server off } } \ No newline at end of file