From f16a605c350a5232fb12d82741cb7a114234c45c Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Thu, 21 Aug 2025 12:45:11 +0300 Subject: [PATCH] Update Caddyfile --- install/Caddyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/Caddyfile b/install/Caddyfile index 2fc70d4af..3de942165 100644 --- a/install/Caddyfile +++ b/install/Caddyfile @@ -4,7 +4,8 @@ {$TP_HOST} { # Set your host manually if you are not using Docker root * /app # Set your web root manually if you are not using Docker encode gzip zstd - php_fastcgi unix//run/php/php-fpm.sock + php_fastcgi app:9000 # Used for Docker + # php_fastcgi unix//run/php/php-fpm.sock try_files {path} {path}/ /index.php?{query} file_server