We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa6424 commit dd44f13Copy full SHA for dd44f13
1 file changed
native/balancers/README.md
@@ -23,10 +23,10 @@ LoadModule lbmethod_cluster_module modules/mod_lbmethod_cluster.so
23
EnableWsTunnel
24
WSUpgradeHeader "websocket"
25
<VirtualHost *:6666>
26
- <Directory />
+ <Location />
27
Require ip 127.0.0.1
28
Require ip ::1
29
- </Directory>
+ </Location>
30
31
KeepAliveTimeout 300
32
MaxKeepAliveRequests 0
0 commit comments