Files

6 lines
299 B
INI
Raw Permalink Normal View History

2024-11-24 22:45:50 +02:00
[chttpd]
2024-12-06 11:15:32 +02:00
require_valid_user = false
2024-12-06 11:47:23 +02:00
admin_only_all_dbs = true
2024-12-19 17:14:05 +02:00
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}