From 3c722b3ae7af2f51d1c85ca5547a2abc71f25ad0 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 3 Jul 2011 20:41:42 -0600 Subject: [PATCH] Optimization: Swap default manager ACL order --- src/cf.data.pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index de46490bc4..bf9ee82048 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1031,7 +1031,7 @@ NOCOMMENT_START # Recommended minimum Access Permission configuration: # # Only allow cachemgr access from localhost -http_access allow manager localhost +http_access allow localhost manager http_access deny manager # Deny requests to certain unsafe ports -- 2.47.3