1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/epicyon_ynh.git synced 2024-09-03 18:36:08 +02:00

Update install

This commit is contained in:
ericgaspar 2021-07-14 19:27:34 +02:00
parent a63dc28e1d
commit 67d788f216

View file

@ -95,8 +95,14 @@ mkdir $public_path
mkdir -p $final_path/accounts/newsmirror
ln -s $final_path/accounts/newsmirror $public_path/newsmirror
chown -R $app: "$final_path"
chown -R $app: $public_path
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
chmod 750 $public_path
chmod -R o-rwx $public_path
chown -R $app:www-data $public_path
#=================================================
# NGINX CONFIGURATION