mirror of
https://github.com/YunoHost-Apps/pyinventory_ynh.git
synced 2024-09-03 20:16:09 +02:00
Bugfix change url: "__PUBLIC_PATH__" was not replaced
This commit is contained in:
parent
a98ffc3c61
commit
1dca606c11
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ then
|
|||
domain="$old_domain"
|
||||
path_url="$new_path"
|
||||
# Create a dedicated nginx config
|
||||
ynh_add_nginx_config
|
||||
ynh_add_nginx_config "public_path" "port"
|
||||
fi
|
||||
|
||||
# Change the domain for nginx
|
||||
|
|
Loading…
Reference in a new issue