Skip to content

Commit

Permalink
Fix pre style
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaier committed May 9, 2012
1 parent 028b342 commit 53e54b2
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions docs/Readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
.code {
border: 1px solid gray;
padding: 2pt;
padding: 1ex;
}
table.directive {
text-align: left;
Expand Down Expand Up @@ -283,19 +283,18 @@ <h4>Remarks - Relative paths</h4>

<h4>Remarks - Inheritance</h4>
<p>The white list "inherits" entries from higher level configuration.<br/>
<pre>XSendFilePath /tmp
&lt;VirtualHost *&gt;
ServerName someserver
XSendFilePath /home/userxyz
&lt;/VirtualHost&gt;
&lt;VirtualHost *&gt;
ServerName anotherserver
XSendFilePath /var/www/somesite/
&lt;Directory /var/www/somesite/fastcgis&gt;
XSendFilePath /var/www/shared
&lt;/Directory&gt;
&lt;/VirtualHost&gt;
</pre>
<pre class="code">XSendFilePath /tmp
&lt;VirtualHost *&gt;
ServerName someserver
XSendFilePath /home/userxyz
&lt;/VirtualHost&gt;
&lt;VirtualHost *&gt;
ServerName anotherserver
XSendFilePath /var/www/somesite/
&lt;Directory /var/www/somesite/fastcgis&gt;
XSendFilePath /var/www/shared
&lt;/Directory&gt;
&lt;/VirtualHost&gt;</pre>
<p>Above example will give:</code>
<ul>
<li>*<ul>
Expand Down

0 comments on commit 53e54b2

Please sign in to comment.