blob: aa3c43829c7059eee25a0c523a8308a48dc5cead (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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}";
}
|