File tree Expand file tree Collapse file tree 1 file changed +2
-47
lines changed Expand file tree Collapse file tree 1 file changed +2
-47
lines changed Original file line number Diff line number Diff line change 2
2
NGINX JavaScript examples
3
3
=========================
4
4
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
52
7
53
8
Intro
54
9
=====
You can’t perform that action at this time.
0 commit comments