summaryrefslogtreecommitdiff
path: root/tests/condition.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/condition.conf')
-rw-r--r--tests/condition.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/condition.conf b/tests/condition.conf
index e0b36821..7e1c5cae 100644
--- a/tests/condition.conf
+++ b/tests/condition.conf
@@ -86,3 +86,9 @@ else $HTTP["host"] == "test4.example.org" {
)
}
}
+
+$HTTP["url"] != "/show/other/server-tag" {
+}
+else $HTTP["scheme"] == "http" {
+ server.tag = "special tag"
+}