Skip to content

Commit 1a8f56d

Browse files
committed
Update config examples
1 parent 4ea5f8b commit 1a8f56d

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

.rr.dev.yaml

+3-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
version: "2.7"
1+
version: "3"
22

33
server:
44
command: "php public/index.php"
5-
# If you are not using symfony 5.3+ and the new Runtime component:
6-
# remove the previous `command` line above and uncomment the line below to use the deprecated command.
7-
# command: "php bin/console baldinof:roadrunner:worker"
85
env:
96
- APP_RUNTIME: Baldinof\RoadRunnerBundle\Runtime\Runtime
107

118
http:
129
address: 0.0.0.0:8080
1310
middleware: [ "static", "gzip" ]
11+
pool:
12+
debug: true
1413
uploads:
1514
forbid: [ ".php", ".exe", ".bat" ]
1615
static:
@@ -27,12 +26,3 @@ logs:
2726
mode: raw
2827
metrics:
2928
level: debug
30-
31-
reload:
32-
enabled: true
33-
interval: 1s
34-
patterns: [".php", ".yaml"]
35-
services:
36-
http:
37-
dirs: ["."]
38-
recursive: true

.rr.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
version: "2.7"
1+
version: "3"
22

33
server:
44
command: "php public/index.php"
5-
# If you are not using symfony 5.3+ and the new Runtime component:
6-
# remove the previous `command` line above and uncomment the line below to use the deprecated command.
7-
# command: "php bin/console baldinof:roadrunner:worker"
85
env:
96
- APP_RUNTIME: Baldinof\RoadRunnerBundle\Runtime\Runtime
107

118
http:
129
address: 0.0.0.0:8080
10+
pool:
11+
debug: false
1312
middleware: [ "static", "gzip" ]
1413
uploads:
1514
forbid: [ ".php", ".exe", ".bat" ]

0 commit comments

Comments
 (0)