feat: Added new shell only config

This commit is contained in:
Spencer Brower
2023-04-14 11:34:19 -04:00
parent fd4b299161
commit 43ea476695
4 changed files with 59 additions and 0 deletions

19
templates/php/Caddyfile Normal file
View File

@@ -0,0 +1,19 @@
wp.test {
root * .
encode zstd gzip
file_server
php_fastcgi 127.0.0.1:9000
tls internal
}
laravel.test {
root * ./public
encode zstd gzip
file_server
php_fastcgi 127.0.0.1:9000
tls internal
}