mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
[fix] enable sharing RSS feeds (make /opml.php?op=publish public)
This commit is contained in:
parent
1f332accbc
commit
12cb3e8eb3
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ sudo systemctl start $app
|
||||||
# SETUP SSOWAT
|
# SETUP SSOWAT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_app_setting_set $app skipped_uris "/public.php,/api"
|
ynh_app_setting_set $app skipped_uris "/public.php,/api,/opml.php?op=publish"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD NGINX
|
# RELOAD NGINX
|
||||||
|
|
Loading…
Add table
Reference in a new issue