mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
Update config.php
This commit is contained in:
parent
d7b51e7fbb
commit
dd9f309784
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ define('LDAP_GROUP_ATTRIBUTE_NAME', 'cn');
|
||||||
define('LDAP_GROUP_SYNC', true);
|
define('LDAP_GROUP_SYNC', true);
|
||||||
|
|
||||||
// Enable/disable the reverse proxy authentication
|
// Enable/disable the reverse proxy authentication
|
||||||
define('REVERSE_PROXY_AUTH', false);
|
define('REVERSE_PROXY_AUTH', true);
|
||||||
|
|
||||||
// Header name to use for the username
|
// Header name to use for the username
|
||||||
define('REVERSE_PROXY_USER_HEADER', 'REMOTE_USER');
|
define('REVERSE_PROXY_USER_HEADER', 'REMOTE_USER');
|
||||||
|
|
Loading…
Add table
Reference in a new issue