mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 09:10:03 +01:00
move caddy
This commit is contained in:
10
stubs/Caddyfile
Normal file
10
stubs/Caddyfile
Normal file
@@ -0,0 +1,10 @@
|
||||
:80
|
||||
|
||||
fastcgi / 127.0.0.1:9000 php {
|
||||
index server.php
|
||||
}
|
||||
|
||||
rewrite {
|
||||
r .*
|
||||
to /server.php?{query}
|
||||
}
|
||||
Reference in New Issue
Block a user