Skip to content

Commit 411ab85

Browse files
committed
[fix] added forgotten checking section for the previous example
1 parent 955cf7b commit 411ab85

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,15 @@ example.js:
311311
312312
export default {choose_upstream, set_upstream}
313313
314+
Checking:
315+
316+
.. code-block:: shell
317+
318+
curl http://localhost/secure/abc?token=A
319+
BACKEND A:/secure/abc
320+
321+
curl http://localhost/secure/abcde?token=B
322+
BACKEND B:/secure/abcde
314323
315324
Authorization
316325
-------------

0 commit comments

Comments
 (0)