Add recipe for luzrain/workerman-bundle (#1536)

* Add recipe for luzrain/workerman-bundle

* Indendation fix

* Typo fix
This commit is contained in:
Anton Zenkov
2023-08-30 17:02:14 +02:00
committed by GitHub
parent b904924891
commit c4e97dfe41
2 changed files with 21 additions and 0 deletions
@@ -0,0 +1,13 @@
workerman:
servers:
-
name: 'Symfony webserver'
listen: http://0.0.0.0:80
processes: 4
reload_strategy:
exception:
active: true
file_monitor:
active: true
@@ -0,0 +1,8 @@
{
"bundles": {
"Luzrain\\WorkermanBundle\\WorkermanBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}