diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-17 01:25:27 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-17 01:25:27 (GMT) |
commit | be222e65e50b5583ee077520675cf7bf242f9392 (patch) | |
tree | 2b1292c54bb7a452b82c730e952323b2f26f1c14 /README | |
parent | 5b15e31b8c54249695b4f4b77dafda84d87e3199 (diff) |
improved format for README
Diffstat (limited to 'README')
-rw-r--r-- | README | 36 |
1 files changed, 18 insertions, 18 deletions
@@ -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~~~ |