From 87444373119580c4fd3ad6c879bfa74a0c7df19d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org>
Date: Thu, 25 May 2023 17:45:04 +0200
Subject: [PATCH] fix gunicorn conf file

---
 gunicorn.conf.py | 7 +++++++
 run.sh           | 0
 2 files changed, 7 insertions(+)
 create mode 100644 gunicorn.conf.py
 mode change 100644 => 100755 run.sh

diff --git a/gunicorn.conf.py b/gunicorn.conf.py
new file mode 100644
index 0000000..16484fd
--- /dev/null
+++ b/gunicorn.conf.py
@@ -0,0 +1,7 @@
+bind = "0.0.0.0:8000"
+accesslog = "-"
+workers = 1
+max_requests = 1000
+max_requests_jitter = 10
+timeout = 60
+graceful_timeout = 60
diff --git a/run.sh b/run.sh
old mode 100644
new mode 100755
-- 
GitLab