Skip to content

Commit dd44f13

Browse files
committed
Use the same directive in README as in docs
1 parent 7aa6424 commit dd44f13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

native/balancers/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ LoadModule lbmethod_cluster_module modules/mod_lbmethod_cluster.so
2323
EnableWsTunnel
2424
WSUpgradeHeader "websocket"
2525
<VirtualHost *:6666>
26-
<Directory />
26+
<Location />
2727
Require ip 127.0.0.1
2828
Require ip ::1
29-
</Directory>
29+
</Location>
3030
3131
KeepAliveTimeout 300
3232
MaxKeepAliveRequests 0

0 commit comments

Comments
 (0)