summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/rewrite/access.html.en6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/rewrite/access.html.en b/docs/manual/rewrite/access.html.en
index cbfb269887..3b8b3a8596 100644
--- a/docs/manual/rewrite/access.html.en
+++ b/docs/manual/rewrite/access.html.en
@@ -170,9 +170,9 @@ SetEnvIf Referer example\.com localreferer
particular source.</p>
<pre class="prettyprint lang-config">
-RewriteCond %{HTTP_USER_AGENT} ^<strong>NameOfBadRobot</strong>
-RewriteCond %{REMOTE_ADDR} =<strong>123\.45\.67\.[8-9]</strong>
-RewriteRule ^<strong>/secret/files/</strong> - [<strong>F</strong>]
+RewriteCond %{HTTP_USER_AGENT} ^NameOfBadRobot
+RewriteCond %{REMOTE_ADDR} =123\.45\.67\.[8-9]
+RewriteRule ^/secret/files/ - [F]
</pre>
</dd>