* Native Restconf is now default, not fcgi/nginx

* That is, to configure with fcgi, you need to explicitly configure: `--with-restconf=fcgi`
* Updated main example to native restconf and several other fixes
This commit is contained in:
Olof hagsand 2021-07-07 16:14:01 +02:00
parent 98c5fcd20f
commit fe0541959f
7 changed files with 169 additions and 250 deletions

View file

@ -1,7 +1,7 @@
# Clixon examples
See the separate
[clixon-examples](https://github.com/clicon/clixon-examples) repo.
See also the separate
[clixon-examples](https://github.com/clicon/clixon-examples) repo
The only Clixon example remaining is for internal testing:
* [Main example](main/README.md)