1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prettynoemiecms_ynh.git synced 2024-09-03 20:06:36 +02:00

Fixing persmissions

This commit is contained in:
massyas 2018-04-27 20:43:29 +02:00
parent 4351e8bc05
commit 9fd670e974

View file

@ -129,7 +129,7 @@ ynh_add_fpm_config
#=================================================
# Set right permissions for curl install
chown -R $app: $final_path
#chown -R $app: $final_path
# Set the app as temporarily public for curl call
ynh_app_setting_set $app skipped_uris "/"
@ -162,7 +162,7 @@ systemctl reload nginx
#=================================================
# Set permissions to app files
chown -R www-data: $final_path
chown -R www-data:www-data $final_path
#=================================================
# SETUP LOGROTATE