restconf www-data group membership clarification

This commit is contained in:
Olof hagsand 2018-07-13 16:51:51 +02:00
parent 719ea93398
commit d61f86c1e0
2 changed files with 19 additions and 3 deletions

View file

@ -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 {