diff uwsgi.ini @ 0:4e8e2f836d0f draft default tip

planemo upload commit 232ce39054ce38be27c436a4cabec2800e14f988-dirty
author itaxotools
date Sun, 29 Jan 2023 16:25:48 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uwsgi.ini	Sun Jan 29 16:25:48 2023 +0000
@@ -0,0 +1,19 @@
+[uwsgi]
+project = mold-dev
+module = wsgi:app
+master = True
+#http-socket = localhost:9300
+socket-timeout = 3000
+buffer-size = 65535
+protocol = http
+processes = 2
+vacuum = true
+chdir = /home/annndrey/work/git/MolD_release
+home = /home/annndrey/work/git/MolD_release/venv
+#logto = mold.log
+#cheaper-algo = spare
+#cheaper = 2
+#cheaper-initial = 2
+workers = 1
+#cheaper-step = 1
+wsgi-disable-file-wrapper = true
\ No newline at end of file