mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
typo
This commit is contained in:
parent
9243ffb59a
commit
d563f55990
1 changed files with 1 additions and 1 deletions
|
@ -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 = __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
|
||||
|
|
Loading…
Reference in a new issue