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

tweak caddyfile

This commit is contained in:
Taylor Otwell
2016-05-07 11:51:15 -05:00
parent c1c49ed071
commit 6fe0cd71fc

View File

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