aboutsummaryrefslogtreecommitdiff
path: root/stackbin.wsgi.ini
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2022-02-15 09:52:43 -0500
committerB Stack <bgstack15@gmail.com>2022-02-15 09:59:19 -0500
commit171ec414ae74564e2c6f7a6e7da7f0ebdc9db2d5 (patch)
tree44db45d1f1878738b89a3a20b670072a740937af /stackbin.wsgi.ini
parentr-proxy support with /set endpoint, and extra dir (diff)
downloadstackbin-171ec414ae74564e2c6f7a6e7da7f0ebdc9db2d5.tar.gz
stackbin-171ec414ae74564e2c6f7a6e7da7f0ebdc9db2d5.tar.bz2
stackbin-171ec414ae74564e2c6f7a6e7da7f0ebdc9db2d5.zip
add initial system-ready values and install steps
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