1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flood_ynh.git synced 2024-09-03 18:36:20 +02:00

add nginx conf during install

This commit is contained in:
Taker 2018-02-11 20:23:54 +01:00
parent 2c6c2e0aad
commit 78f05197bb

View file

@ -82,6 +82,9 @@ sudo yunohost app setting flood path_url -v $path_url
sudo yunohost service add rtorrent
sudo yunohost service add flood
# nginx config
ynh_add_nginx_config
# Start rtorrent and flood
sudo service flood start
sudo service rtorrent start