mirror of
https://github.com/YunoHost-Apps/pyinventory_ynh.git
synced 2024-09-03 20:16:09 +02:00
Merge pull request #32 from YunoHost-Apps/fix-change-url
Bugfix change url: "__PUBLIC_PATH__" was not replaced
This commit is contained in:
commit
7b9f7b9cdd
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…
Add table
Reference in a new issue