aboutsummaryrefslogtreecommitdiff
path: root/plugins/backend_file.cfg
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-06-08 12:15:23 +0200
committercbdev <cb@cbcdn.com>2019-06-08 12:15:23 +0200
commit303e464579e2fc9961d4d9f4841e916f9aa8963f (patch)
tree773d3e178d8899cf6afd3096eb93921056dde270 /plugins/backend_file.cfg
parentfa51a8db630414292e106369a10bb43c486fddc7 (diff)
downloadwebsocksy-303e464579e2fc9961d4d9f4841e916f9aa8963f.tar.gz
websocksy-303e464579e2fc9961d4d9f4841e916f9aa8963f.tar.bz2
websocksy-303e464579e2fc9961d4d9f4841e916f9aa8963f.zip
Move example configuration
Diffstat (limited to 'plugins/backend_file.cfg')
-rw-r--r--plugins/backend_file.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/backend_file.cfg b/plugins/backend_file.cfg
new file mode 100644
index 0000000..e986405
--- /dev/null
+++ b/plugins/backend_file.cfg
@@ -0,0 +1,11 @@
+[core]
+port = 8000
+backend = file
+
+[backend]
+path = files/
+expression = %endpoint%.txt
+expression = %cookie:session%.txt
+expression = %header:X-Foo-Bar%.txt
+expression = default.txt
+