Add NGINX A/B testing convention to FAQ

This commit is contained in:
stefanprodan
2019-06-16 10:52:33 +03:00
parent 9aa341d088
commit 91a3f2c9a7
+2
View File
@@ -44,6 +44,8 @@ NGINX example:
exact: "canary"
```
Note that the NGINX ingress controller supports only exact matching for a single header and the cookie value is set to `always`.
The above configurations will route users with the x-canary header or canary cookie to the canary instance during analysis:
```bash