mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 21:31:45 -05:00
19 lines
206 B
Caddyfile
19 lines
206 B
Caddyfile
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
|
|
} |