Fixed definition of knocking_url for pass2allow

pull/1112/head
Viktor Szépe 2015-07-14 18:35:51 +02:00
parent b638e807ad
commit 948b12e5df
1 changed files with 1 additions and 2 deletions

View File

@ -771,11 +771,10 @@ maxretry = 1
[pass2allow-ftp] [pass2allow-ftp]
# this pass2allow example allows FTP traffic after successful HTTP authentication # this pass2allow example allows FTP traffic after successful HTTP authentication
port = ftp,ftp-data,ftps,ftps-data port = ftp,ftp-data,ftps,ftps-data
# knocking URL needs to be customized in apache-pass.local
filter = apache-pass filter = apache-pass
# access log of the website with HTTP auth # access log of the website with HTTP auth
logpath = %(apache_access_log)s logpath = %(apache_access_log)s
# knocking URL needs to be customized per each deployment
knocking_url = /secret-knocking-url
blocktype = RETURN blocktype = RETURN
returntype = DROP returntype = DROP
bantime = 3600 bantime = 3600