1
0
Fork 0
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:
ariasuni 2017-08-27 14:54:45 +02:00
parent 1f332accbc
commit 12cb3e8eb3

View file

@ -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