aboutsummaryrefslogtreecommitdiff
path: root/stackbin.wsgi.ini
diff options
context:
space:
mode:
Diffstat (limited to 'stackbin.wsgi.ini')
-rw-r--r--stackbin.wsgi.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/stackbin.wsgi.ini b/stackbin.wsgi.ini
index 1ad33c0..af12327 100644
--- a/stackbin.wsgi.ini
+++ b/stackbin.wsgi.ini
@@ -7,7 +7,7 @@ http-socket = 127.0.0.1:4680
wsgi-file = stackbin.py
callable = app
touch-reload = stackbin.py
-touch-reload = config.cfg
+touch-reload = stackbin.conf
touch-reload = stackbin.wsgi.ini
# the template files are not necessary, because flask always loads it from disk for each request
req-logger = file:log/req.log
bgstack15