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