1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

typo in nginx

This commit is contained in:
Jean-Baptiste Holcroft 2017-09-18 16:52:11 +02:00
parent 4b531bc16f
commit a1b2d517bc
2 changed files with 5 additions and 1 deletions

View file

@ -12,3 +12,7 @@ Carefull, this script modify your mysql config file:
* set global innodb_large_prefix = ON;
If you experience some transaction issues, please read [Transaction-locking help](https://docs.weblate.org/en/latest/admin/install.html#transaction-locking).
## LDAP connexion
It doesn't work yet, but it looks doable: https://docs.weblate.org/en/latest/admin/auth.html?highlight=LDAP#ldap-authentication

View file

@ -7,7 +7,7 @@ location __PATH__ {
# Needed for long running operations in admin interface
uwsgi_read_timeout 3600;
# Adjust based to uwsgi configuration:
uwsgi_pass unix:///var/run/uwsgi/__NAME__.socket
uwsgi_pass unix:///var/run/uwsgi/__NAME__.socket;
# uwsgi_pass 127.0.0.1:8080;
# Include SSOWAT user panel.