Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

workers.conf 238B

12345678910111213
  1. worker {
  2. type = "normal";
  3. bind_socket = "systemd:0";
  4. mime = true;
  5. }
  6. worker {
  7. type = "controller";
  8. bind_socket = "systemd:1";
  9. count = 1;
  10. password = "q1";
  11. secure_ip = "127.0.0.1";
  12. static_dir = "${WWWDIR}";
  13. }