From 12e3cca3f2e1b28228463f59a65e1b5a38114974 Mon Sep 17 00:00:00 2001 From: sebres Date: Mon, 19 Jan 2015 10:28:53 +0100 Subject: [PATCH] port[s] typo fixed in jail.conf/nginx-http-auth, issue gh-913 --- ChangeLog | 1 + config/jail.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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