diff --git a/conf/uwsgi.ini b/conf/uwsgi.ini index b7dcdd6..e7a5225 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:__PORT__ wsgi-file = __INSTALL_DIR__/venv/lib/__WEBLATE_PYPATH__/site-packages/weblate/wsgi.py # http://uwsgi-docs.readthedocs.io/en/latest/Nginx.html#hosting-multiple-apps-in-the-same-process-aka-managing-script-name-and-path-info