From df79a848f606664a603183fef14befd59bb2949a Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 9 Nov 2016 11:06:00 +0100 Subject: [PATCH] Update IP format in mod_rest example configuration file (#190) --- mod_rest/conf/mod_rest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_rest/conf/mod_rest.yml b/mod_rest/conf/mod_rest.yml index 1338ff4..3a846a0 100644 --- a/mod_rest/conf/mod_rest.yml +++ b/mod_rest/conf/mod_rest.yml @@ -1,7 +1,7 @@ modules: mod_rest: allowed_ips: - - "> {127,0,0,1} ." + - "127.0.0.1" listen: - port: 5285