Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/manual/rewrite/avoid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -440,9 +440,11 @@ RewriteRule "^/secret/files/" "-" [F]

<highlight language="config">
&lt;Location "/"&gt;
Require all granted
Require not ip 193.102.180.41
Require not ip 192.76.162.40
&lt;RequireAll&gt;
Require all granted
Require not ip 193.102.180.41
Require not ip 192.76.162.40
&lt;/RequireAll&gt;
&lt;/Location&gt;
</highlight>
</dd>
Expand Down Expand Up @@ -559,4 +561,3 @@ featureful than anything you can cobble together using

</section>
</manualpage>