From 0f011c44fbc5548955de2f0c155173119778df54 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 11 Oct 2017 14:02:33 +0530 Subject: [PATCH] ttrss: Change the mobile path to /tt-rss-app Signed-off-by: Sunil Mohan Adapa --- data/etc/apache2/conf-available/tt-rss-plinth.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/etc/apache2/conf-available/tt-rss-plinth.conf b/data/etc/apache2/conf-available/tt-rss-plinth.conf index 2923b374b..e3f9e288e 100644 --- a/data/etc/apache2/conf-available/tt-rss-plinth.conf +++ b/data/etc/apache2/conf-available/tt-rss-plinth.conf @@ -3,13 +3,13 @@ ## Allow all valid LDAP users. ## Alias /tt-rss /usr/share/tt-rss/www -Alias /tt-rss-api /usr/share/tt-rss/www +Alias /tt-rss-app /usr/share/tt-rss/www Include includes/freedombox-single-sign-on.conf - + Include includes/freedombox-auth-ldap.conf Require valid-user # TODO Restrict access to `news` group