From 39eb97cbceeb332c21eaeeb4843b58b34667cfb2 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sun, 13 Feb 2022 22:11:38 -0500 Subject: refactor filenames and improve docs --- stackbin.wsgi.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'stackbin.wsgi.ini') 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" -- cgit