1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

Fix API access

Forgotten sudo
This commit is contained in:
plopoyop 2014-09-20 10:36:29 +02:00
parent e499c43abc
commit f20e7200f0

View file

@ -88,7 +88,7 @@ sudo chown root /etc/cron.d/freshrss
# Set permissions to freshrss directory
sudo chown -R www-data: $final_path
#skip api directory
yunohost app setting freshrss skipped_uris -v /api/greader.php
sudo yunohost app setting freshrss skipped_uris -v /api/greader.php
# Reload Nginx and regenerate SSOwat conf
sudo service nginx reload