Skip to content

Commit d3c67e5

Browse files
committed
[enh] using content directive
1 parent 5780a3f commit d3c67e5

File tree

1 file changed

+2
-47
lines changed

1 file changed

+2
-47
lines changed

‎README.rst

Lines changed: 2 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2,53 +2,8 @@
22
NGINX JavaScript examples
33
=========================
44

5-
****************
6-
Table of content
7-
****************
8-
9-
- Intro_
10-
11-
- `Hello world [http/hello]`_
12-
13-
- HTTP_
14-
15-
- Authorization_
16-
17-
- `Getting arbitrary field from JWT as a nginx variable [http/authorization/jwt]`_
18-
- `Generating JWT token [http/authorization/gen_hs_jwt]`_
19-
- `Secure link [http/authorization/secure_link_hash]`_
20-
- `Authorizing requests using auth_request [http/authorization/auth_request]`_
21-
- `Authorizing requests based on request body content [http/authorization/request_body]`_
22-
23-
- Certificates_
24-
25-
- `Reading subject alternative from client certificate [http/certs/subject_alternative]`_
26-
27-
- Proxying_
28-
29-
- `Subrequests join [http/join_subrequests]`_
30-
- `Subrequests chaining [http/subrequests_chaining]`_
31-
32-
- `Modifying response`_
33-
34-
- `Modifying or deleting cookies sent by the upstream server [http/response/modify_set_cookie]`_
35-
- `Converting response body characters to lower case [http/response/to_lower_case]`_
36-
37-
- Stream_
38-
39-
- Authorization_
40-
41-
- `Authorizing connections using ngx.fetch() as auth_request [stream/auth_request]`_
42-
43-
- Routing_
44-
45-
- `Choosing upstream in stream based on the underlying protocol [stream/detect_http]`_
46-
- Misc_
47-
48-
- `File IO [misc/file_io]`_
49-
50-
- `Command line interface`_
51-
- `Additional learning materials`_
5+
.. contents::
6+
:depth: 3
527

538
Intro
549
=====

0 commit comments

Comments
 (0)