You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2017/01/04 14:40:32 UTC

[2/2] incubator-ponymail git commit: Does not need to be encoded here

Does not need to be encoded here

Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/2bb5b972
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/2bb5b972
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/2bb5b972

Branch: refs/heads/master
Commit: 2bb5b97228400369fb05431be554a5b75e422c35
Parents: 12e3175
Author: Sebb <se...@apache.org>
Authored: Wed Jan 4 14:38:28 2017 +0000
Committer: Sebb <se...@apache.org>
Committed: Wed Jan 4 14:38:28 2017 +0000

----------------------------------------------------------------------
 docs/INSTALL.ubuntu.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/2bb5b972/docs/INSTALL.ubuntu.md
----------------------------------------------------------------------
diff --git a/docs/INSTALL.ubuntu.md b/docs/INSTALL.ubuntu.md
index 79793d1..95c47a2 100644
--- a/docs/INSTALL.ubuntu.md
+++ b/docs/INSTALL.ubuntu.md
@@ -67,14 +67,14 @@ sudo python3 setup.py
 
 Set up Apache httpd by adding, for example, the following virtual host configuration (e.g. in `/etc/apache2/sites-enabled/000-default.conf`):
 ~~~
-&lt;VirtualHost *:80&gt;
+<VirtualHost *:80>
     ServerName mylists.foo.tld
     DocumentRoot /var/www/ponymail/site
     AddHandler      lua-script .lua
     LuaScope        thread
     LuaCodeCache    stat
     AcceptPathInfo  On
-&lt;/VirtualHost&gt;
+</VirtualHost>
 ~~~
 
 Enable mod_lua and start apache, if not already enabled: