diff options
Diffstat (limited to 'centos/sources/workers.conf')
-rw-r--r-- | centos/sources/workers.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/centos/sources/workers.conf b/centos/sources/workers.conf new file mode 100644 index 000000000..aa3c43829 --- /dev/null +++ b/centos/sources/workers.conf @@ -0,0 +1,13 @@ +worker { + type = "normal"; + bind_socket = "systemd:0"; + mime = true; +} +worker { + type = "controller"; + bind_socket = "systemd:1"; + count = 1; + password = "q1"; + secure_ip = "127.0.0.1"; + static_dir = "${WWWDIR}"; +}
\ No newline at end of file |