summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-09-17 01:25:27 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-09-17 01:25:27 (GMT)
commitbe222e65e50b5583ee077520675cf7bf242f9392 (patch)
tree2b1292c54bb7a452b82c730e952323b2f26f1c14
parent5b15e31b8c54249695b4f4b77dafda84d87e3199 (diff)
improved format for README
-rw-r--r--README36
1 files changed, 18 insertions, 18 deletions
diff --git a/README b/README
index e888d17..89d737b 100644
--- a/README
+++ b/README
@@ -21,24 +21,24 @@ add the following to the virtualhost config:
AllowOverride None
Order allow,deny
allow from all
- RedirectMatch 404 /\\.svn(/|$)
+ RedirectMatch 404 /\\.svn(/|$)
</Directory>
- <Directory /var/www/config>
- Order allow,deny
- Deny from all
- </Directory>
-
- Include /etc/rivendell/apache.conf
-
- <Location /authtoken.json>
- Order deny,allow
- Deny from All
- AuthName "Radio Helsinki - Automation Import"
- AuthType Basic
- AuthBasicProvider ldap
- AuthzLDAPAuthoritative off
- AuthLDAPUrl ldap://ldap.helsinki.at/ou=People,dc=helsinki,dc=at?uid TLS
- Require valid-user
- Satisfy any
+ <Directory /var/www/config>
+ Order allow,deny
+ Deny from all
+ </Directory>
+
+ Include /etc/rivendell/apache.conf
+
+ <Location /authtoken.json>
+ Order deny,allow
+ Deny from All
+ AuthName "Radio Helsinki - Automation Import"
+ AuthType Basic
+ AuthBasicProvider ldap
+ AuthzLDAPAuthoritative off
+ AuthLDAPUrl ldap://ldap.helsinki.at/ou=People,dc=helsinki,dc=at?uid TLS
+ Require valid-user
+ Satisfy any
</Location>
~~~/snip~~~