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:
parent
a63dc28e1d
commit
67d788f216
1 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue