From 72bca8876e9df8c987b1d70408ae0c183d6f79fc Mon Sep 17 00:00:00 2001 From: br0kenpixel <23280129+br0kenpixel@users.noreply.github.com> Date: Thu, 4 Dec 2025 20:11:52 +0100 Subject: [PATCH] refactor: remove unused Caddyfile configuration --- docker/Caddyfile | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 docker/Caddyfile diff --git a/docker/Caddyfile b/docker/Caddyfile deleted file mode 100644 index 1d2eda1..0000000 --- a/docker/Caddyfile +++ /dev/null @@ -1,24 +0,0 @@ -# Leave this section -{ - admin off -} - -http://localhost { - root * /app/public - - encode zstd gzip - php_fastcgi isop-php-fpm:9000 - - @laravel_not_found { - not file - not path /index.php* - } - rewrite @laravel_not_found /index.php - - file_server -} - -# Leave this section -http://localhost:2019 { - metrics /metrics -} \ No newline at end of file