1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00
This commit is contained in:
Bachir Soussi Chiadmi 2016-07-11 00:15:42 +02:00
parent e8a3b0cf82
commit 373f05b4f6

View file

@ -76,7 +76,7 @@ sudo touch /var/log/$app/$app.log
sudo chown www-data /var/log/$app/$app.log sudo chown www-data /var/log/$app/$app.log
# nginx # nginx
$nginx_conf_path=/etc/nginx/conf.d/$domain.d/$app.conf nginx_conf_path=/etc/nginx/conf.d/$domain.d/$app.conf
if [ "$path" = "" ]; if [ "$path" = "" ];
then then
sudo cp ../conf/nginx.conf-nosub $nginx_conf_path sudo cp ../conf/nginx.conf-nosub $nginx_conf_path