mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
Merge pull request #21 from Kloadut/patch-2
[fix] Write SSOwat rules before regenerating configuration
This commit is contained in:
commit
8053e29bc0
1 changed files with 1 additions and 1 deletions
|
@ -70,5 +70,5 @@ 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 setting ttrss skipped_uris -v "/public.php,/api"
|
sudo yunohost app setting ttrss skipped_uris -v "/public.php,/api"
|
||||||
|
sudo yunohost app ssowatconf
|
||||||
|
|
Loading…
Reference in a new issue