diff options
Diffstat (limited to 'conf.d/project/htdocs/README.md')
-rw-r--r-- | conf.d/project/htdocs/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf.d/project/htdocs/README.md b/conf.d/project/htdocs/README.md new file mode 100644 index 0000000..7aafea0 --- /dev/null +++ b/conf.d/project/htdocs/README.md @@ -0,0 +1,7 @@ +------------------------------------------------------------------------ + Basic HTML & WS test +------------------------------------------------------------------------ + + # Load bindings directly from development tree for debug + AFB_BINDER_NAME='sample' afb-daemon --verbose --verbose --token="" --ldpaths=build --port=1234 --roothttp=htdocs + |