1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-08 01:10:08 +01:00
Files
laravel-valet/stubs/Caddyfile
Taylor Otwell 177d5f512b move caddy
2016-05-07 07:30:14 -05:00

11 lines
108 B
Caddyfile

:80
fastcgi / 127.0.0.1:9000 php {
index server.php
}
rewrite {
r .*
to /server.php?{query}
}