This commit is contained in:
eric_G 2025-09-01 11:34:17 +02:00
parent edbf9871a1
commit 8924efedab
3 changed files with 2 additions and 9 deletions

View file

@ -67,7 +67,8 @@ ram.runtime = "500M"
allow_email = true
[resources.install_dir]
group = "www-data:r-x"
[resources.permissions]
main.url = "/"

View file

@ -25,10 +25,6 @@ ynh_setup_source --dest_dir="$install_dir/live"
# Download redis migration script
ynh_setup_source --source_id=redis_migration --dest_dir="$install_dir/live"
chmod -R 775 "$install_dir"
chmod o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
#=================================================
# ADD SWAP IF NEEDED
#=================================================

View file

@ -64,10 +64,6 @@ ynh_setup_source --dest_dir="$install_dir/live" --full_replace --keep="public/sy
# Download redis migration script
ynh_setup_source --source_id=redis_migration --dest_dir="$install_dir/live"
chmod -R 775 "$install_dir"
chmod o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
#=================================================
# BUILD ASSETS
#=================================================