mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Backup well.known server-name nging conf
add server_name=$(ynh_app_setting_get $app server_name) to make ynh_backup "/etc/nginx/conf.d/${server_name}.d/server_name.conf" understood
This commit is contained in:
parent
5e5c95ece5
commit
401c5f2977
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ upstream_version=$(ynh_app_upstream_version)
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
domain=$(ynh_app_setting_get $app special_domain)
|
domain=$(ynh_app_setting_get $app special_domain)
|
||||||
|
server_name=$(ynh_app_setting_get $app server_name)
|
||||||
final_path=$(ynh_app_setting_get $app final_path)
|
final_path=$(ynh_app_setting_get $app final_path)
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue