summaryrefslogtreecommitdiffhomepage
path: root/README.txt
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-05-10 16:51:20 +0200
committerRoland Reichwein <mail@reichwein.it>2020-05-10 16:51:20 +0200
commit5b32a4415c9776dd6cae859c8d718b5e68f01d81 (patch)
tree9c9684367a1d415b1d836065daca2e8789fcd1a5 /README.txt
parenteb7c96f1ee9cf3eff2dd86f2a1b6ea46a80e41c8 (diff)
Move webbox to root to make index
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.txt b/README.txt
index d8783af..66d4168 100644
--- a/README.txt
+++ b/README.txt
@@ -172,16 +172,9 @@ Configuration example:
Plugin: webbox
~~~~~~~~~~~~~~
-This plugin needs a combination of static-files (for statically served parts)
-and webbox plugins (for dynamic contents).
-
Configuration example:
<path requested="/webbox1">
- <plugin>static-files</plugin>
- <target>/usr/lib/webbox/html</target>
- </path>
- <path requested="/webbox1/bin">
<plugin>webbox</plugin>
<target>/home/rr/testbox</target>
<WEBBOX_NAME>Testbox1</WEBBOX_NAME>