mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
Merge pull request #38 from YunoHost-Apps/testing
change group of php-fpm
This commit is contained in:
commit
417bd7eba0
4 changed files with 13 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"en": "Blog publishing application",
|
||||
"fr": "Moteur de blog"
|
||||
},
|
||||
"version": "2.19~ynh2",
|
||||
"version": "2.19~ynh3",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"url": "https://dotclear.org/",
|
||||
"maintainer": {
|
||||
|
|
|
@ -87,6 +87,10 @@ chmod 750 "$final_path"
|
|||
chmod -R o-rwx "$final_path"
|
||||
chown -R $app:www-data "$final_path"
|
||||
|
||||
# https://dotclear.org/documentation/2.0/admin/install
|
||||
mkdir -p "$final_path/"{cache,public}
|
||||
setfacl -m d:u:www-data:rwx "$final_path/"{cache,public}
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
#=================================================
|
||||
|
|
|
@ -69,6 +69,10 @@ chmod 750 "$final_path"
|
|||
chmod -R o-rwx "$final_path"
|
||||
chown -R $app:www-data "$final_path"
|
||||
|
||||
# https://dotclear.org/documentation/2.0/admin/install
|
||||
mkdir -p "$final_path/"{cache,public}
|
||||
setfacl -m d:u:www-data:rwx "$final_path/"{cache,public}
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE PHP-FPM CONFIGURATION
|
||||
#=================================================
|
||||
|
|
|
@ -118,6 +118,10 @@ chmod 750 "$final_path"
|
|||
chmod -R o-rwx "$final_path"
|
||||
chown -R $app:www-data "$final_path"
|
||||
|
||||
# https://dotclear.org/documentation/2.0/admin/install
|
||||
mkdir -p "$final_path/"{cache,public}
|
||||
setfacl -m d:u:www-data:rwx "$final_path/"{cache,public}
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue