Update install
This commit is contained in:
parent
beef3a246a
commit
5bcc6bcd65
|
@ -79,9 +79,11 @@ fi
|
||||||
## Reload Nginx and regenerate SSOwat conf
|
## Reload Nginx and regenerate SSOwat conf
|
||||||
sudo service nginx reload
|
sudo service nginx reload
|
||||||
sudo service uwsgi restart
|
sudo service uwsgi restart
|
||||||
|
sudo yunohost service add uwsgi -l /var/log/uwsgi/app/searx.log
|
||||||
|
|
||||||
if [ "$is_public" = "Yes" ];
|
if [ "$is_public" = "Yes" ];
|
||||||
then
|
then
|
||||||
sudo yunohost app setting searx unprotected_uris -v "/"
|
sudo yunohost app setting searx unprotected_uris -v "/"
|
||||||
fi
|
fi
|
||||||
sudo yunohost app ssowatconf
|
sudo yunohost app ssowatconf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue