1
0
Fork 0
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:
Laurent Peuch 2015-09-27 02:57:08 +02:00
parent 8cfbe5de98
commit 4d6e9b0838

View file

@ -29,7 +29,7 @@ else
sed -i "s@PATHTOCHANGE@$path@g" ../conf/nginx.conf
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