From 94b468bfca957ac2cda6cff6b5d68ca13d673ad9 Mon Sep 17 00:00:00 2001 From: beucismis Date: Wed, 26 Apr 2023 00:46:24 +0300 Subject: [PATCH] Add gunicorn.conf.py --- gunicorn.conf.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gunicorn.conf.py diff --git a/gunicorn.conf.py b/gunicorn.conf.py new file mode 100644 index 0000000..93d0d4c --- /dev/null +++ b/gunicorn.conf.py @@ -0,0 +1,5 @@ +workers = 3 +reload = True +wsgi_app = "ozgursozluk:app" +# errorlog = "error.log" +# accesslog = "access.log"