File tree 2 files changed +6
-17
lines changed
2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 1
- version : " 2.7 "
1
+ version : " 3 "
2
2
3
3
server :
4
4
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"
8
5
env :
9
6
- APP_RUNTIME : Baldinof\RoadRunnerBundle\Runtime\Runtime
10
7
11
8
http :
12
9
address : 0.0.0.0:8080
13
10
middleware : [ "static", "gzip" ]
11
+ pool :
12
+ debug : true
14
13
uploads :
15
14
forbid : [ ".php", ".exe", ".bat" ]
16
15
static :
27
26
mode : raw
28
27
metrics :
29
28
level : debug
30
-
31
- reload :
32
- enabled : true
33
- interval : 1s
34
- patterns : [".php", ".yaml"]
35
- services :
36
- http :
37
- dirs : ["."]
38
- recursive : true
Original file line number Diff line number Diff line change 1
- version : " 2.7 "
1
+ version : " 3 "
2
2
3
3
server :
4
4
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"
8
5
env :
9
6
- APP_RUNTIME : Baldinof\RoadRunnerBundle\Runtime\Runtime
10
7
11
8
http :
12
9
address : 0.0.0.0:8080
10
+ pool :
11
+ debug : false
13
12
middleware : [ "static", "gzip" ]
14
13
uploads :
15
14
forbid : [ ".php", ".exe", ".bat" ]
You can’t perform that action at this time.
0 commit comments