eguneraketa
This commit is contained in:
+1
-12
@@ -14,17 +14,6 @@ search_filter = uid={uid}
|
||||
#base = ou=People,dc=example,dc=org
|
||||
#search_filter = uid={uid}
|
||||
|
||||
[uwsgi]
|
||||
plugins = python3
|
||||
socket = /run/uwsgi/main.sock
|
||||
chdir = /var/www/scripts
|
||||
logger = file:/var/log/uwsgi/main.log
|
||||
processes = 1
|
||||
threads = 2
|
||||
# map URI paths to applications
|
||||
mount = /admin/ldap-python-webui=ldap-python-webui/app.py
|
||||
manage-script-name = true
|
||||
|
||||
[server]
|
||||
server = auto
|
||||
host = localhost
|
||||
@@ -32,7 +21,7 @@ port = 8080
|
||||
|
||||
[session]
|
||||
type = file
|
||||
expire = 300
|
||||
expire = 900
|
||||
data_dir = ./session
|
||||
auto = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user