You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
301 B
16 lines
301 B
[auth]
|
|
type = htpasswd
|
|
htpasswd_filename = {{ config_path}}/users.htpasswd
|
|
htpasswd_encryption = md5
|
|
;delay = 1
|
|
|
|
;[server]
|
|
;hosts = 0.0.0.0:5232, [::]:5232
|
|
;max_connections = 20
|
|
; 100 Megabyte
|
|
;max_content_length = 100000000
|
|
; 30 seconds
|
|
;timeout = 30
|
|
|
|
;[storage]
|
|
;filesystem_folder = {{ data_path }}
|
|
|