Commit 4dbd2557 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fixed minor bug in readme.html -- thanks Galeon!

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3925 b35dd754-fafc-0310-a699-88a17e54d16e
parent a722fae9
......@@ -44,6 +44,11 @@
Presence Plugin Changelog
</h1>
<p><b>1.2.1</b> -- June ??, 2006</p>
<ul>
<li>Fixed minor problem in readme.html -- the example Apache redirect was incorrect.
</ul>
<p><b>1.2.0</b> -- April 19, 2006</p>
<ul>
<li>Added documentation for configuring the plugin to work well with firewalls.</li>
......
......@@ -189,7 +189,7 @@ then proxy a real connection to the HTTP server on port 9090.
....
ProxyVia On
RewriteEngine On
RewriteConf %{REQUEST_URI} ^/plugins/presence/status
RewriteCond %{REQUEST_URI} ^/plugins/presence/status
RewriteRule ^/(.*) http://example.com:9090/$1 [P]
&lt;/virtualhost&gt;
</pre></td></tr></table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment