7 lines
125 B
Caddyfile
7 lines
125 B
Caddyfile
localhost {
|
|
root * /app/public/bedrock/web
|
|
php_fastcgi php-fpm:9000 {
|
|
index index.php
|
|
}
|
|
file_server
|
|
} |