Browse Source

Fix ownership of www folders

tags/v1.6
Nico Rey 3 years ago
parent
commit
c3d0d16382
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh View File

@@ -184,7 +184,7 @@ log_running "Setting up Nginx..."
sudo cp templates/nginx.cfg /etc/nginx/sites-enabled/default
(
sudo mkdir -p /var/www/wx/images
sudo chown -R www-data:www-data /var/www/wx
sudo chown -R pi:pi /var/www/wx
sudo usermod -a -G www-data pi
sudo chmod 775 /var/www/wx
)


Loading…
Cancel
Save