summaryrefslogtreecommitdiffstats
path: root/app/web/gunicorn.conf
diff options
context:
space:
mode:
Diffstat (limited to 'app/web/gunicorn.conf')
-rw-r--r--app/web/gunicorn.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/web/gunicorn.conf b/app/web/gunicorn.conf
new file mode 100644
index 0000000..1d12129
--- /dev/null
+++ b/app/web/gunicorn.conf
@@ -0,0 +1,9 @@
+#[gunicorn]
+#user = ''
+backlog = '5000'
+bind = "unix:/run/gunicorn/tosca_server.sock"
+chdir = '/srv'
+errorlog = '/tmp/tosca_server_app-error.log'
+loglevel = 'info'
+pidfile = '/tmp/dcae-tosca-master.pid'
+workers = 3