浏览代码

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
```



正在加载...
取消
保存