From 0b1cdc704316c110d32eecdc31d4b5d40fe8a4bf Mon Sep 17 00:00:00 2001 From: npze Date: Sun, 15 Jun 2014 17:00:08 +0200 Subject: [PATCH] Skip /api url --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 0588a39..19b9170 100644 --- a/scripts/install +++ b/scripts/install @@ -55,4 +55,4 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/ttrss.conf # Reload Nginx and regenerate SSOwat conf sudo service nginx reload sudo yunohost app ssowatconf -sudo yunohost app setting ttrss skipped_uris -v "/public.php" +sudo yunohost app setting ttrss skipped_uris -v "/public.php,/api"