From cb4e6a71bccac58a494733d4dd2b22aa388b6fe0 Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Wed, 25 Feb 2015 18:08:41 +0100 Subject: [PATCH] README: Add missing opening '<' --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 018f9e6..c0a703a 100644 --- a/README.rst +++ b/README.rst @@ -276,7 +276,7 @@ Here is a sample configuration for Debian and Ubuntu: CustomLog /var/log/apache2/puppetboard.access.log combined Alias /static /usr/local/lib/pythonX.Y/dist-packages/puppetboard/static - Directory /usr/lib/python2.X/dist-packages/puppetboard/static> + Satisfy Any Allow from all @@ -301,7 +301,7 @@ Here is a sample configuration for Fedora: CustomLog /var/log/httpd/puppetboard.access.log combined Alias /static /usr/local/lib/pythonX.Y/site-packages/puppetboard/static - Directory /usr/lib/python2.X/site-packages/puppetboard/static> + Satisfy Any Allow from all