1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00

Fix change url

This commit is contained in:
Kayou 2019-01-23 22:50:23 +01:00 committed by GitHub
parent d3c31f9f08
commit c87bdc2ae5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,6 +80,8 @@ nginx_conf_path=/etc/nginx/conf.d/$old_domain.d/$app.conf
if [ $change_path -eq 1 ]
then
domain="$old_domain"
path_url="$new_path"
ynh_add_nginx_config
fi