restconf www-data group membership clarification
This commit is contained in:
parent
719ea93398
commit
d61f86c1e0
2 changed files with 19 additions and 3 deletions
|
|
@ -2,6 +2,11 @@
|
|||
|
||||
### Installation using Nginx
|
||||
|
||||
Ensure www-data is member of the CLICON_SOCK_GROUP (default clicon). If not, add it:
|
||||
```
|
||||
sudo usermod -a -G clicon www-data
|
||||
```
|
||||
|
||||
Define nginx config file: /etc/nginx/sites-available/default
|
||||
```
|
||||
server {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue