1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-07 09:10:03 +01:00

move caddy

This commit is contained in:
Taylor Otwell
2016-05-07 07:30:14 -05:00
parent 869c0d57a1
commit 177d5f512b
6 changed files with 23 additions and 2 deletions

10
stubs/Caddyfile Normal file
View File

@@ -0,0 +1,10 @@
:80
fastcgi / 127.0.0.1:9000 php {
index server.php
}
rewrite {
r .*
to /server.php?{query}
}