mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-22 10:01:45 +00:00
By maintaining a common LDAP auth configuration, it becomes easy for us to change the configuration values in future for upgrades etc.
11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
##
|
|
## On all sites, provide Tiny Tiny RSS on a default path: /tt-rss
|
|
## Allow all valid LDAP users.
|
|
##
|
|
Alias /tt-rss /usr/share/tt-rss/www
|
|
|
|
<Location /tt-rss>
|
|
Include includes/freedombox-auth-ldap.conf
|
|
Require valid-user
|
|
</Location>
|