diff --git a/conf/uwsgi.ini b/conf/uwsgi.ini index 38372c9..185fe30 100644 --- a/conf/uwsgi.ini +++ b/conf/uwsgi.ini @@ -3,9 +3,10 @@ plugins = python3 master = true protocol = uwsgi socket = /var/run/__APP__/socket +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 -mount = __PATH__=__INSTALL_DIR__/venv/lib/__WEBLATE_PYPATH__/site-packages/weblate/wsgi.py +#mount = __PATH__=__INSTALL_DIR__/venv/lib/__WEBLATE_PYPATH__/site-packages/weblate/wsgi.py # Add path to Weblate checkout if you did not install # Weblate by pip @@ -49,4 +50,4 @@ chmod-socket = 666 # Do not log some errors caused by client disconnects ignore-sigpipe = true ignore-write-errors = true -disable-write-exception = true \ No newline at end of file +disable-write-exception = true