aboutsummaryrefslogtreecommitdiff
path: root/stackbin.wsgi.ini
diff options
context:
space:
mode:
Diffstat (limited to 'stackbin.wsgi.ini')
-rw-r--r--stackbin.wsgi.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/stackbin.wsgi.ini b/stackbin.wsgi.ini
index cac4511..4b38ea8 100644
--- a/stackbin.wsgi.ini
+++ b/stackbin.wsgi.ini
@@ -1,11 +1,12 @@
[uwsgi]
plugins = logfile
http-socket = 0.0.0.0:5000
-wsgi-file = pastebin.py
+wsgi-file = stackbin.py
callable = app
-touch-reload = pastebin.py
+touch-reload = stackbin.py
touch-reload = config.cfg
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
# to get strftime format fields, you need double percent signs
logdate = "%%FT%%T"
bgstack15