mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 08:36:34 +03:00
* Add recipe for luzrain/workerman-bundle * Indendation fix * Typo fix
14 lines
249 B
YAML
14 lines
249 B
YAML
workerman:
|
|
servers:
|
|
-
|
|
name: 'Symfony webserver'
|
|
listen: http://0.0.0.0:80
|
|
processes: 4
|
|
|
|
reload_strategy:
|
|
exception:
|
|
active: true
|
|
|
|
file_monitor:
|
|
active: true
|