diff options
Diffstat (limited to 'sca-cpp/trunk/modules/http/proxy-ssl-conf')
-rwxr-xr-x | sca-cpp/trunk/modules/http/proxy-ssl-conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sca-cpp/trunk/modules/http/proxy-ssl-conf b/sca-cpp/trunk/modules/http/proxy-ssl-conf index 8f8d51c7a4..12340f9921 100755 --- a/sca-cpp/trunk/modules/http/proxy-ssl-conf +++ b/sca-cpp/trunk/modules/http/proxy-ssl-conf @@ -34,8 +34,7 @@ ProxyPass /balancer-manager ! ProxyPass / balancer://sslcluster/ <Proxy balancer://sslcluster> -Order deny,allow -Allow from all +Require all granted ProxySet lbmethod=byrequests </Proxy> @@ -43,8 +42,6 @@ ProxySet lbmethod=byrequests <Location /balancer-manager> SetHandler balancer-manager HostnameLookups on -Deny from all -Allow from all Require user admin </Location> |