You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

workers.conf 358B

1234567891011121314151617181920
  1. worker {
  2. type = "normal";
  3. bind_socket = "systemd:0";
  4. http = false;
  5. allow_learn = true;
  6. mime = true;
  7. }
  8. worker {
  9. type = "controller";
  10. bind_socket = "systemd:1";
  11. count = 1;
  12. }
  13. worker {
  14. type = "webui";
  15. count = 1;
  16. bind_socket = "systemd:2";
  17. password = "q1";
  18. secure_ip = "127.0.0.1";
  19. static_dir = "${WWWDIR}";
  20. }