From 3991f51f30f10a1086f0999089aa25c8fedb653d Mon Sep 17 00:00:00 2001 From: Andrew James Collett Date: Sun, 8 Jan 2017 09:45:35 +0200 Subject: [PATCH] Update jail.conf Sigh, added a space back that I somehow missed in Vim, despite it being a rebase... --- config/jail.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jail.conf b/config/jail.conf index 31f0c2be..560136a6 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -343,7 +343,7 @@ logpath = /opt/openhab/logs/request.log port = http,https logpath = %(nginx_error_log)s -# To use 'nginx-limit-req' jail you should have `ngx_http_limit_req_module` +# To use 'nginx-limit-req' jail you should have `ngx_http_limit_req_module` # and define `limit_req` and `limit_req_zone` as described in nginx documentation # http://nginx.org/en/docs/http/ngx_http_limit_req_module.html # or for example see in 'config/filter.d/nginx-limit-req.conf'