refactor: remove unused Caddyfile configuration

This commit is contained in:
2025-12-04 20:11:52 +01:00
parent 380cf51b77
commit 72bca8876e

View File

@@ -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
}