mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 16:10:08 +01:00
13 lines
128 B
Caddyfile
13 lines
128 B
Caddyfile
:80
|
|
|
|
fastcgi / 127.0.0.1:9000 php {
|
|
index server.php
|
|
}
|
|
|
|
rewrite {
|
|
r .*
|
|
to /server.php?{query}
|
|
}
|
|
|
|
errors ./error.log
|