mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 17:10:05 +01:00
10 lines
126 B
Caddyfile
10 lines
126 B
Caddyfile
:80 {
|
|
fastcgi / 127.0.0.1:9000 php {
|
|
index server.php
|
|
}
|
|
|
|
rewrite {
|
|
to /server.php?{query}
|
|
}
|
|
}
|