mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
[fix] needs to add html subdir in final path
This commit is contained in:
parent
8cfbe5de98
commit
4d6e9b0838
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ else
|
||||||
sed -i "s@PATHTOCHANGE@$path@g" ../conf/nginx.conf
|
sed -i "s@PATHTOCHANGE@$path@g" ../conf/nginx.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sed -i "s@ALIASTOCHANGE@$final_path/@g" ../conf/nginx.conf
|
sed -i "s@ALIASTOCHANGE@$final_path/html/@g" ../conf/nginx.conf
|
||||||
|
|
||||||
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/noalyss.conf
|
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/noalyss.conf
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue