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__'