permmissions fix

This commit is contained in:
Shihaam Abdul Rahman 2022-10-08 04:20:47 +05:00
parent 7aa6a681a1
commit 3eda84c327
Signed by: shihaam
GPG Key ID: 3B007D22E5584980
2 changed files with 761 additions and 1 deletions

View File

@ -18,4 +18,5 @@ cp -rv default_configs/var/www/html/config/ /var/www/html/
mkdir -pv /root/logs/nginx
mkdir -pv /root/logs/php-fpm
mkdir -pv /root/logs/nextcloud
chown -R www-data /root/logs/nextcloud/
chown -R www-data:www-data /root/logs/nextcloud/
chown -R www-data:www-data /var/www/html/

File diff suppressed because one or more lines are too long