From 3740972942247761dc10a20ae3ef7a0d1b5628a8 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:22:05 +0100 Subject: [PATCH] Update uwsgi.ini --- conf/uwsgi.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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