diff --git a/ChangeLog b/ChangeLog index b4cacb35..0a901547 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ ver. 0.9.2 (2014/XX/XXX) - wanna-be-released ----------- - Fixes: + * port[s] typo in jail.conf/nginx-http-auth gh-913. Thanks Frederik Wagner (fnerdwq) * $ typo in jail.conf. Thanks Skibbi. Debian bug #767255 * grep'ing for IP in *mail-whois-lines.conf should now match also at the begginning and EOL. Thanks Dean Lee diff --git a/config/jail.conf b/config/jail.conf index 5544ba6d..70104878 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -291,7 +291,7 @@ maxretry = 1 [nginx-http-auth] -ports = http,https +port = http,https logpath = %(nginx_error_log)s