test script minor modifications
This commit is contained in:
parent
1fa45067a7
commit
87f76c42f8
6 changed files with 31 additions and 11 deletions
|
|
@ -29,7 +29,7 @@ Edit the nginx config file. (On Ubuntu: `/etc/nginx/sites-available/default`, on
|
|||
```
|
||||
server {
|
||||
...
|
||||
location /restconf {
|
||||
location / {
|
||||
fastcgi_pass unix:/www-data/fastcgi_restconf.sock;
|
||||
include fastcgi_params;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue