Files
nix/templates/php/Caddyfile
2023-04-14 11:34:19 -04:00

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
}