.rr.yaml 445 B

12345678910111213141516171819202122232425
  1. version: "3"
  2. #https://github.com/roadrunner-server/roadrunner/blob/master/.rr.yaml
  3. server:
  4. command: "php /symfony/public/runtime.php"
  5. env:
  6. - APP_RUNTIME: Runtime\RoadRunnerSymfonyNyholm\Runtime
  7. http:
  8. address: "0.0.0.0:8080"
  9. middleware: ["headers"]
  10. headers:
  11. response:
  12. Server: "RoadRunner"
  13. #pool:
  14. #num_workers: 0
  15. #max_jobs: 500
  16. logs:
  17. mode: production
  18. level: error
  19. #rpc:
  20. # listen: tcp://127.0.0.1:6001