add comments and move more specific match up to the top

This commit is contained in:
Emil Lerch 2023-05-30 16:35:20 -07:00
parent 327ebae4f2
commit 4d4f19d7bc
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -4,6 +4,8 @@
# for libraries to self-select whether they can handle a request, which opens
# up additional possibilities
# Example of match based on an HTTP header. The key is space-delimited:
# <http header key>: <header match prefix> <path match prefix>
Host: iam / = zig-out/lib/libfaas-proxy-sample-lib.so
/c = zig-out/lib/libfaas-proxy-sample-lib-in-c.so
/ = zig-out/lib/libfaas-proxy-sample-lib.so
Host: iam.aws.lerch.org / = zig-out/lib/libfaas-proxy-sample-lib.so