mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
fix
This commit is contained in:
parent
4a489302ac
commit
f27d05ca6d
2 changed files with 2 additions and 2 deletions
|
@ -205,7 +205,7 @@ define('LDAP_GROUP_ATTRIBUTE_NAME', 'cn');
|
|||
define('LDAP_GROUP_SYNC', true);
|
||||
|
||||
// Enable/disable the reverse proxy authentication
|
||||
define('REVERSE_PROXY_AUTH', true);
|
||||
define('REVERSE_PROXY_AUTH', false);
|
||||
|
||||
// Header name to use for the username
|
||||
define('REVERSE_PROXY_USER_HEADER', 'REMOTE_USER');
|
||||
|
|
|
@ -57,7 +57,7 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
#main.auth_header = false
|
||||
main.auth_header = false
|
||||
ics.url = "/?controller=ICalendarController"
|
||||
ics.show_tile = false
|
||||
ics.allowed = "visitors"
|
||||
|
|
Loading…
Reference in a new issue