This commit is contained in:
Éric Gaspar 2023-07-16 22:36:33 +02:00
parent ec56ba3685
commit ef098832ec

View file

@ -90,6 +90,7 @@ fi
chmod 750 "$final_path" chmod 750 "$final_path"
chmod -R o-rwx "$final_path" chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path" chown -R $app:www-data "$final_path"
chmod +x "$final_path/cells"
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION