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:
parent
e499c43abc
commit
f20e7200f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue