mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
REMOVE NGINX CONFIGURATION
This commit is contained in:
parent
3c7b832994
commit
1a35241b1a
1 changed files with 6 additions and 1 deletions
|
@ -82,7 +82,12 @@ then
|
|||
sudo rm /etc/logrotate.d/syncthing
|
||||
fi
|
||||
|
||||
# Remove syncthing nginx configuration
|
||||
|
||||
#=================================================
|
||||
# REMOVE NGINX CONFIGURATION
|
||||
#=================================================
|
||||
ynh_print_info "Removing nginx web server configuration"
|
||||
|
||||
domain=$(sudo yunohost app setting syncthing domain)
|
||||
sudo rm /etc/nginx/conf.d/$domain.d/syncthing.conf
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue