mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
13 lines
251 B
YAML
13 lines
251 B
YAML
phpstreamserver:
|
|
servers:
|
|
-
|
|
name: Webserver
|
|
listen: http://0.0.0.0:8080
|
|
processes: 4
|
|
|
|
reload_strategy:
|
|
on_exception:
|
|
active: true
|
|
on_file_change:
|
|
active: true
|