aboutsummaryrefslogtreecommitdiff
path: root/stackbin.wsgi.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'stackbin.wsgi.ini.example')
-rw-r--r--stackbin.wsgi.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/stackbin.wsgi.ini.example b/stackbin.wsgi.ini.example
index 7e0d203..bb30c20 100644
--- a/stackbin.wsgi.ini.example
+++ b/stackbin.wsgi.ini.example
@@ -15,4 +15,4 @@ req-logger = file:/var/log/stackbin/req.log
logdate = "%%FT%%T"
logger = file:/var/log/stackbin/stackbin.log
# the init script uses a different pidfile owned by root.
-pidfile = /var/run/stackbin-wsgi.pid
+pidfile = /var/stackbin/stackbin-wsgi.pid
bgstack15