From cf760df9f6fbde7a4822664a9350847b0999d803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 10 Jul 2024 19:26:37 +0200 Subject: [PATCH] fix typo --- conf/gunicorn_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/gunicorn_config.py b/conf/gunicorn_config.py index bb99fbc..b31a821 100644 --- a/conf/gunicorn_config.py +++ b/conf/gunicorn_config.py @@ -1,4 +1,4 @@ -command = '__INSTALL_DIR/venv/bin/gunicorn' +command = '__INSTALL_DIR__/venv/bin/gunicorn' pythonpath = '__INSTALL_DIR__' workers = 4 user = '__APP__'