mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 21:31:45 -05:00
feat: Added new shell only config
This commit is contained in:
19
templates/php/Caddyfile
Normal file
19
templates/php/Caddyfile
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user