diff --git a/conf/uwsgi.ini b/conf/uwsgi.ini index 56b1bab..ef9d34c 100644 --- a/conf/uwsgi.ini +++ b/conf/uwsgi.ini @@ -2,7 +2,7 @@ plugins = python3 master = true protocol = uwsgi -socket = /var/run/__APP__/socket +socket = 127.0.0.1:8080 wsgi-file = __INSTALL_DIR__/venv/lib/$weblate_pypath/site-packages/weblate/__APP__.ini # Add path to Weblate checkout if you did not install