summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/mwlib/files/nslave.confd-r1')
-rw-r--r--dev-python/mwlib/files/nslave.confd-r126
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/mwlib/files/nslave.confd-r1 b/dev-python/mwlib/files/nslave.confd-r1
deleted file mode 100644
index ccf758498163..000000000000
--- a/dev-python/mwlib/files/nslave.confd-r1
+++ /dev/null
@@ -1,26 +0,0 @@
-# The address to serve the rendered files to the wiki
-NSLAVE_ADDRESS="localhost"
-
-# The port to serve the rendered files to the wiki
-NSLAVE_PORT=8898
-
-# The url to serve the rendered files to the wiki
-NSLAVE_URL="http://${NSLAVE_ADDRESS}:${NSLAVE_PORT}/cache"
-
-# The directory to save the rendered PDFs to
-NSLAVE_CACHEDIR="/var/cache/mwlib/"
-
-# The umask to create files in NSLAVE_CACHEDIR
-NSLAVE_UMASK=027
-
-# How many greenlets are allowed to run in parallel
-NSLAVE_NUMPROCS=10
-
-# The user running the nserve service, defaults to 'mwlib'
-# NSLAVE_USER="mwlib"
-
-# The group running the nserve service, defaults to 'mwlib'
-# NSLAVE_GROUP="mwlib"
-
-# The logfile collecting all output from stdout and stderr, comment out for no logging
-NSLAVE_LOGFILE="/var/log/mwlib/nslave.log"