diff options
author | B. Stack <bgstack15@gmail.com> | 2022-03-17 19:29:19 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-03-17 19:29:19 +0000 |
commit | 80d5c19cdc6aea03cc9f2fef53abbe72104518fa (patch) | |
tree | 0e03b97b802e437d05321e8c43a82267d6ec55e4 /stackbin.wsgi.ini.dev | |
parent | add username support for user admin (diff) | |
parent | v0.0.2: add curl support (diff) | |
download | stackbin-80d5c19cdc6aea03cc9f2fef53abbe72104518fa.tar.gz stackbin-80d5c19cdc6aea03cc9f2fef53abbe72104518fa.tar.bz2 stackbin-80d5c19cdc6aea03cc9f2fef53abbe72104518fa.zip |
Merge branch 'dev' into 'master'
v0.0.2: add curl support
Closes #1
See merge request bgstack15/stackbin!1
Diffstat (limited to 'stackbin.wsgi.ini.dev')
-rw-r--r-- | stackbin.wsgi.ini.dev | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/stackbin.wsgi.ini.dev b/stackbin.wsgi.ini.dev new file mode 100644 index 0000000..7ed3421 --- /dev/null +++ b/stackbin.wsgi.ini.dev @@ -0,0 +1,23 @@ +[uwsgi] +# CentOS 7 uwsgi needs "python36" added to this list. +#plugins = logfile, python36 +# Devuan Ceres does not. +plugins = logfile +http-socket = 0.0.0.0:4680 +wsgi-file = stackbin.py +callable = app +touch-reload = stackbin.py +touch-reload = stackbin.conf +touch-reload = stackbin.wsgi.ini +touch-reload = templates/admin.html +touch-reload = templates/layout.html +touch-reload = templates/login_form.html +touch-reload = templates/new_paste.html +touch-reload = templates/_pagination.html +touch-reload = templates/show_paste.html +req-logger = file:log/req.log +# to get strftime format fields, you need double percent signs +logdate = "%%FT%%T" +logger = file:log/stackbin.log +# the init script uses a different pidfile owned by root. +pidfile = var/stackbin-wsgi.pid |