changed some fields/keys/attributes and changed references to reflect those changes
This commit is contained in:
@@ -15,7 +15,7 @@ rpc-allow-origin-all=true
|
||||
rpc-max-request-size=10M
|
||||
rpc-listen-all=true
|
||||
rpc-listen-port=6800
|
||||
rpc-secret={{ config.aria.secret }}
|
||||
rpc-secret={{ config['aria']['api_key'] }}
|
||||
# rpc-certificate=
|
||||
# rpc-private-key=
|
||||
# rpc-secure=true
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
|
||||
# AuthOrder mod_auth_pam.c mod_auth_unix.c*
|
||||
AuthOrder mod_auth_file.c
|
||||
AuthUserFile {{ config.proftpd.auth_filepaths.users_path }}
|
||||
AuthGroupFile {{ config.proftpd.auth_filepaths.groups_path }}
|
||||
AuthUserFile {{ config.proftpd.auth_paths.users }}
|
||||
AuthGroupFile {{ config.proftpd.auth_paths.groups }}
|
||||
AuthFileOptions SyntaxCheck
|
||||
|
||||
TLSEngine on
|
||||
|
||||
Reference in New Issue
Block a user