aboutsummaryrefslogtreecommitdiff
path: root/plugins/backend_file.cfg
diff options
context:
space:
mode:
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
+