aboutsummaryrefslogtreecommitdiff
path: root/uwsgi-pogojig.ini
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2019-09-29 16:28:11 +0200
committerjaseg <code@jaseg.net>2019-09-29 16:28:11 +0200
commit170ba6d418b7dc4676ea71678dd661da60e726d0 (patch)
tree50aedf934b3fd3c113d198683ced59bc1cbabc12 /uwsgi-pogojig.ini
parent54944fcd3d8e480d57b389a6518db4952e89f49e (diff)
downloadinfra-170ba6d418b7dc4676ea71678dd661da60e726d0.tar.gz
infra-170ba6d418b7dc4676ea71678dd661da60e726d0.tar.bz2
infra-170ba6d418b7dc4676ea71678dd661da60e726d0.zip
deploy: add pogojig
Diffstat (limited to 'uwsgi-pogojig.ini')
-rw-r--r--uwsgi-pogojig.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/uwsgi-pogojig.ini b/uwsgi-pogojig.ini
new file mode 100644
index 0000000..003702d
--- /dev/null
+++ b/uwsgi-pogojig.ini
@@ -0,0 +1,10 @@
+[uwsgi]
+master = True
+cheap = True
+die-on-idle = False
+manage-script-name = True
+plugins = python3
+chdir = /var/lib/pogojig
+mount = /=pogojig:app
+env = POGOJIG_SETTINGS=pogojig_prod.cfg
+