mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
Add recipe for luzrain/workerman-bundle (#1536)
* Add recipe for luzrain/workerman-bundle * Indendation fix * Typo fix
This commit is contained in:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user