mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
Update install
This commit is contained in:
parent
a3745e4491
commit
3a66eca3c3
1 changed files with 3 additions and 1 deletions
|
@ -77,5 +77,7 @@ sudo service uwsgi restart
|
||||||
if [ $is_public = "Yes" ];
|
if [ $is_public = "Yes" ];
|
||||||
then
|
then
|
||||||
sudo yunohost app setting searx skipped_uris -v "/"
|
sudo yunohost app setting searx skipped_uris -v "/"
|
||||||
|
else
|
||||||
|
sudo sed -i 's/#include conf/include conf/' /etc/nginx/conf.d/$domain.d/searx.conf
|
||||||
fi
|
fi
|
||||||
sudo yunohost app ssowatconf
|
sudo yunohost app ssowatconf
|
||||||
|
|
Loading…
Reference in a new issue