add comments and move more specific match up to the top
This commit is contained in:
parent
327ebae4f2
commit
4d4f19d7bc
|
@ -4,6 +4,8 @@
|
||||||
# for libraries to self-select whether they can handle a request, which opens
|
# for libraries to self-select whether they can handle a request, which opens
|
||||||
# up additional possibilities
|
# 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
|
/c = zig-out/lib/libfaas-proxy-sample-lib-in-c.so
|
||||||
/ = zig-out/lib/libfaas-proxy-sample-lib.so
|
/ = zig-out/lib/libfaas-proxy-sample-lib.so
|
||||||
Host: iam.aws.lerch.org / = zig-out/lib/libfaas-proxy-sample-lib.so
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user