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