From 3de67cbe4d18564d879f5a5da5863339a19420f1 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 19 Jan 2024 19:31:50 +0100 Subject: [PATCH] test --- conf/uwsgi.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/uwsgi.ini b/conf/uwsgi.ini index f9fb39b..9420bb8 100644 --- a/conf/uwsgi.ini +++ b/conf/uwsgi.ini @@ -3,7 +3,7 @@ plugins = python3 master = true protocol = uwsgi socket = /var/run/__APP__/socket -wsgi-file = __INSTALL_DIR__/venv/lib/__WEBLATE_PYPATH__/site-packages/weblate/wsgi.py +wsgi-file = /etc/uwsgi/apps-available/__APP__.ini # Add path to Weblate checkout if you did not install # Weblate by pip