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.

worker-controller.inc 618B

12345678910111213141516171819
  1. # Controller worker setup
  2. # Please don't modify this file as your changes might be overwritten with
  3. # the next update.
  4. #
  5. # You can modify 'local.d/worker-controller.inc' to add and merge
  6. # parameters defined inside this section
  7. #
  8. # You can modify 'override.d/worker-controller.inc' to strictly override all
  9. # parameters defined inside this section
  10. #
  11. # See https://rspamd.com/doc/faq.html#what-are-the-locald-and-overrided-directories
  12. # for details
  13. # Module documentation: https://rspamd.com/doc/workers/controller.html
  14. count = 1;
  15. password = "q1";
  16. secure_ip = "127.0.0.1";
  17. secure_ip = "::1";
  18. static_dir = "${WWWDIR}";