6 lines
299 B
INI
6 lines
299 B
INI
[chttpd]
|
|
require_valid_user = false
|
|
admin_only_all_dbs = true
|
|
server_header_versions = false
|
|
authentication_handlers = {chttpd_auth, cookie_authentication_handler}, {chttpd_auth, proxy_authentication_handler}, {chttpd_auth, jwt_authentication_handler}, {chttpd_auth, default_authentication_handler}
|