roadrunner support
This commit is contained in:
28
.rr.dev.yaml
Normal file
28
.rr.dev.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
version: "3"
|
||||
|
||||
server:
|
||||
command: "php public/index.php"
|
||||
env:
|
||||
- APP_RUNTIME: Baldinof\RoadRunnerBundle\Runtime\Runtime
|
||||
|
||||
http:
|
||||
address: 0.0.0.0:8080
|
||||
middleware: [ "static", "gzip" ]
|
||||
pool:
|
||||
debug: true
|
||||
uploads:
|
||||
forbid: [ ".php", ".exe", ".bat" ]
|
||||
static:
|
||||
dir: "public"
|
||||
forbid: [ ".php", ".htaccess" ]
|
||||
|
||||
logs:
|
||||
mode: development
|
||||
channels:
|
||||
http:
|
||||
level: debug # Log all http requests, set to info to disable
|
||||
server:
|
||||
level: info # Everything written to worker stderr is logged
|
||||
mode: raw
|
||||
metrics:
|
||||
level: debug
|
||||
Reference in New Issue
Block a user