From a1b2d517bc8a2065b82642918b7b1769dd308afc Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Mon, 18 Sep 2017 16:52:11 +0200 Subject: [PATCH] typo in nginx --- README.md | 4 ++++ conf/nginx.conf | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de942cd..84f9df7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/conf/nginx.conf b/conf/nginx.conf index 470a468..738143d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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.