소스 검색

fix permissions

tags/v1.1
Nico Rey 4 년 전
부모
커밋
8d68670bf8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      INSTALL.md

+ 2
- 2
INSTALL.md 파일 보기

@@ -137,8 +137,8 @@ sudo mkdir -p /var/www/wx
sudo chown -R www-data:www-data /var/www/wx
sudo usermod -a -G www-data pi
sudo chmod 775 /var/www/wx
cp templates/index.html /var/www/wx/index.html
cp templates/logo-small.png /var/www/wx/logo-small.png
sudo cp templates/index.html /var/www/wx/index.html
sudo cp templates/logo-small.png /var/www/wx/logo-small.png
sudo systemctl restart nginx
```



불러오는 중...
취소
저장