mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
Skip /api url
This commit is contained in:
parent
e709004749
commit
0b1cdc7043
1 changed files with 1 additions and 1 deletions
|
@ -55,4 +55,4 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/ttrss.conf
|
||||||
# Reload Nginx and regenerate SSOwat conf
|
# Reload Nginx and regenerate SSOwat conf
|
||||||
sudo service nginx reload
|
sudo service nginx reload
|
||||||
sudo yunohost app ssowatconf
|
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue