From 303e464579e2fc9961d4d9f4841e916f9aa8963f Mon Sep 17 00:00:00 2001 From: cbdev Date: Sat, 8 Jun 2019 12:15:23 +0200 Subject: Move example configuration --- plugins/backend_file.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/backend_file.cfg (limited to 'plugins/backend_file.cfg') 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 + -- cgit v1.2.3