diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/workers.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/workers.conf b/conf/workers.conf index fd57c8845..2b0c29b1f 100644 --- a/conf/workers.conf +++ b/conf/workers.conf @@ -17,5 +17,6 @@ worker { count = 1; bind_socket = "localhost:11336"; password = "q1"; - secure_ip = "127.0.0.1"; + secure_ip = "127.0.0.1"; + static_dir = "${WWWDIR}"; } |