diff options
author | B. Stack <bgstack15@gmail.com> | 2022-02-13 22:11:38 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-02-13 22:11:38 -0500 |
commit | 39eb97cbceeb332c21eaeeb4843b58b34667cfb2 (patch) | |
tree | eb11eee877bc42163ce3e17c8fcd99cf72eb1d69 /stackbin.wsgi.ini | |
parent | add expiry, and wsgi usage to support that (diff) | |
download | stackbin-39eb97cbceeb332c21eaeeb4843b58b34667cfb2.tar.gz stackbin-39eb97cbceeb332c21eaeeb4843b58b34667cfb2.tar.bz2 stackbin-39eb97cbceeb332c21eaeeb4843b58b34667cfb2.zip |
refactor filenames and improve docs
Diffstat (limited to 'stackbin.wsgi.ini')
-rw-r--r-- | stackbin.wsgi.ini | 5 |
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" |