Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
nginx
GitHub Repository: nginx/nginx.org
Path: blob/main/xml/en/docs/index.xml
1 views
1
<!--
2
Copyright (C) Igor Sysoev
3
Copyright (C) Nginx, Inc.
4
-->
5
6
<!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
7
8
<article name="nginx documentation"
9
link="/en/docs/"
10
lang="en"
11
rev="52"
12
toc="no">
13
14
15
<section id="introduction" name="Introduction">
16
17
<para>
18
<list type="bullet">
19
20
<listitem>
21
<link doc="install.xml"/>
22
</listitem>
23
24
<listitem>
25
<link doc="configure.xml"/>
26
</listitem>
27
28
<listitem>
29
<link doc="beginners_guide.xml"/>
30
</listitem>
31
32
<listitem>
33
<link url="https://docs.nginx.com/nginx/admin-guide/">Admin’s Guide</link>
34
</listitem>
35
36
<listitem>
37
<link doc="control.xml"/>
38
</listitem>
39
40
<listitem>
41
<link doc="events.xml"/>
42
</listitem>
43
44
<listitem>
45
<link doc="hash.xml"/>
46
</listitem>
47
48
<listitem>
49
<link doc="debugging_log.xml"/>
50
</listitem>
51
52
<listitem>
53
<link doc="syslog.xml"/>
54
</listitem>
55
56
<listitem>
57
<link doc="syntax.xml"/>
58
</listitem>
59
60
<listitem>
61
<link doc="switches.xml"/>
62
</listitem>
63
64
<listitem>
65
<link doc="windows.xml"/>
66
</listitem>
67
68
<listitem>
69
<link doc="quic.xml"/>
70
</listitem>
71
72
</list>
73
74
<list type="bullet">
75
76
<listitem>
77
<link doc="http/request_processing.xml"/>
78
</listitem>
79
80
<listitem>
81
<link doc="http/server_names.xml"/>
82
</listitem>
83
84
<listitem>
85
<link doc="http/load_balancing.xml"/>
86
</listitem>
87
88
<listitem>
89
<link doc="http/configuring_https_servers.xml"/>
90
</listitem>
91
92
</list>
93
94
<list type="bullet">
95
96
<listitem>
97
<link doc="stream/stream_processing.xml"/>
98
</listitem>
99
100
</list>
101
102
<list type="bullet">
103
104
<listitem>
105
<link doc="njs/index.xml">Scripting with njs</link>
106
</listitem>
107
108
</list>
109
110
<list type="bullet">
111
112
<listitem>
113
<link url="http://www.aosabook.org/en/nginx.html">Chapter “nginx” in
114
“The Architecture of Open Source Applications”</link>
115
</listitem>
116
117
</list>
118
</para>
119
120
</section>
121
122
123
<section id="howto" name="How-To">
124
125
<para>
126
<list type="bullet">
127
128
<listitem>
129
<link doc="howto_build_on_win32.xml"/>
130
</listitem>
131
132
<listitem>
133
<link url="https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-plus-amazon-web-services/">Installing NGINX Plus AMIs on Amazon EC2</link>
134
</listitem>
135
136
<listitem>
137
<link doc="nginx_dtrace_pid_provider.xml"/>
138
</listitem>
139
140
</list>
141
142
<list type="bullet">
143
144
<listitem>
145
<link doc="http/converting_rewrite_rules.xml"/>
146
</listitem>
147
148
<listitem>
149
<link doc="http/websocket.xml"/>
150
</listitem>
151
152
</list>
153
</para>
154
155
</section>
156
157
158
<section id="development" name="Development">
159
160
<para>
161
<list type="bullet">
162
163
<listitem>
164
<link doc="contributing_changes.xml"/>
165
</listitem>
166
167
<listitem>
168
<link doc="dev/development_guide.xml"/>
169
</listitem>
170
171
</list>
172
</para>
173
174
</section>
175
176
177
<section name="Modules reference">
178
179
<para>
180
<list type="bullet">
181
182
<listitem>
183
<link doc="dirindex.xml"/>
184
</listitem>
185
186
<listitem>
187
<link doc="varindex.xml"/>
188
</listitem>
189
190
</list>
191
</para>
192
193
<para>
194
<list type="bullet">
195
196
<listitem>
197
<link doc="ngx_core_module.xml" />
198
</listitem>
199
200
</list>
201
</para>
202
203
<para>
204
<list type="bullet">
205
206
<listitem>
207
<link doc="http/ngx_http_core_module.xml">
208
ngx_http_core_module</link>
209
</listitem>
210
211
<listitem>
212
<link doc="http/ngx_http_access_module.xml">
213
ngx_http_access_module</link>
214
</listitem>
215
216
<listitem>
217
<link doc="http/ngx_http_addition_module.xml">
218
ngx_http_addition_module</link>
219
</listitem>
220
221
<listitem>
222
<link doc="http/ngx_http_api_module.xml">
223
ngx_http_api_module</link>
224
</listitem>
225
226
<listitem>
227
<link doc="http/ngx_http_auth_basic_module.xml">
228
ngx_http_auth_basic_module</link>
229
</listitem>
230
231
<listitem>
232
<link doc="http/ngx_http_auth_jwt_module.xml">
233
ngx_http_auth_jwt_module</link>
234
</listitem>
235
236
<listitem>
237
<link doc="http/ngx_http_auth_request_module.xml">
238
ngx_http_auth_request_module</link>
239
</listitem>
240
241
<listitem>
242
<link doc="http/ngx_http_auth_require_module.xml">
243
ngx_http_auth_require_module</link>
244
</listitem>
245
246
<listitem>
247
<link doc="http/ngx_http_autoindex_module.xml">
248
ngx_http_autoindex_module</link>
249
</listitem>
250
251
<listitem>
252
<link doc="http/ngx_http_browser_module.xml">
253
ngx_http_browser_module</link>
254
</listitem>
255
256
<listitem>
257
<link doc="http/ngx_http_charset_module.xml">
258
ngx_http_charset_module</link>
259
</listitem>
260
261
<listitem>
262
<link doc="http/ngx_http_dav_module.xml">
263
ngx_http_dav_module</link>
264
</listitem>
265
266
<listitem>
267
<link doc="http/ngx_http_empty_gif_module.xml">
268
ngx_http_empty_gif_module</link>
269
</listitem>
270
271
<listitem>
272
<link doc="http/ngx_http_f4f_module.xml">
273
ngx_http_f4f_module</link>
274
</listitem>
275
276
<listitem>
277
<link doc="http/ngx_http_fastcgi_module.xml">
278
ngx_http_fastcgi_module</link>
279
</listitem>
280
281
<listitem>
282
<link doc="http/ngx_http_flv_module.xml">
283
ngx_http_flv_module</link>
284
</listitem>
285
286
<listitem>
287
<link doc="http/ngx_http_geo_module.xml">
288
ngx_http_geo_module</link>
289
</listitem>
290
291
<listitem>
292
<link doc="http/ngx_http_geoip_module.xml">
293
ngx_http_geoip_module</link>
294
</listitem>
295
296
<listitem>
297
<link doc="http/ngx_http_grpc_module.xml">
298
ngx_http_grpc_module</link>
299
</listitem>
300
301
<listitem>
302
<link doc="http/ngx_http_gunzip_module.xml">
303
ngx_http_gunzip_module</link>
304
</listitem>
305
306
<listitem>
307
<link doc="http/ngx_http_gzip_module.xml">
308
ngx_http_gzip_module</link>
309
</listitem>
310
311
<listitem>
312
<link doc="http/ngx_http_gzip_static_module.xml">
313
ngx_http_gzip_static_module</link>
314
</listitem>
315
316
<listitem>
317
<link doc="http/ngx_http_headers_module.xml">
318
ngx_http_headers_module</link>
319
</listitem>
320
321
<listitem>
322
<link doc="http/ngx_http_hls_module.xml">
323
ngx_http_hls_module</link>
324
</listitem>
325
326
<listitem>
327
<link doc="http/ngx_http_image_filter_module.xml">
328
ngx_http_image_filter_module</link>
329
</listitem>
330
331
<listitem>
332
<link doc="http/ngx_http_index_module.xml">
333
ngx_http_index_module</link>
334
</listitem>
335
336
<listitem>
337
<link doc="http/ngx_http_internal_redirect_module.xml">
338
ngx_http_internal_redirect_module</link>
339
</listitem>
340
341
<listitem>
342
<link doc="http/ngx_http_js_module.xml">
343
ngx_http_js_module</link>
344
</listitem>
345
346
<listitem>
347
<link doc="http/ngx_http_keyval_module.xml">
348
ngx_http_keyval_module</link>
349
</listitem>
350
351
<listitem>
352
<link doc="http/ngx_http_limit_conn_module.xml">
353
ngx_http_limit_conn_module</link>
354
</listitem>
355
356
<listitem>
357
<link doc="http/ngx_http_limit_req_module.xml">
358
ngx_http_limit_req_module</link>
359
</listitem>
360
361
<listitem>
362
<link doc="http/ngx_http_log_module.xml">
363
ngx_http_log_module</link>
364
</listitem>
365
366
<listitem>
367
<link doc="http/ngx_http_map_module.xml">
368
ngx_http_map_module</link>
369
</listitem>
370
371
<listitem>
372
<link doc="http/ngx_http_memcached_module.xml">
373
ngx_http_memcached_module</link>
374
</listitem>
375
376
<listitem>
377
<link doc="http/ngx_http_mirror_module.xml">
378
ngx_http_mirror_module</link>
379
</listitem>
380
381
<listitem>
382
<link doc="http/ngx_http_mp4_module.xml">
383
ngx_http_mp4_module</link>
384
</listitem>
385
386
<listitem>
387
<link doc="http/ngx_http_num_map_module.xml">
388
ngx_http_num_map_module</link>
389
</listitem>
390
391
<listitem>
392
<link doc="http/ngx_http_oidc_module.xml">
393
ngx_http_oidc_module</link>
394
</listitem>
395
396
<listitem>
397
<link doc="http/ngx_http_perl_module.xml">
398
ngx_http_perl_module</link>
399
</listitem>
400
401
<listitem>
402
<link doc="http/ngx_http_proxy_module.xml">
403
ngx_http_proxy_module</link>
404
</listitem>
405
406
<listitem>
407
<link doc="http/ngx_http_proxy_protocol_vendor_module.xml">
408
ngx_http_proxy_protocol_vendor_module</link>
409
</listitem>
410
411
<listitem>
412
<link doc="http/ngx_http_random_index_module.xml">
413
ngx_http_random_index_module</link>
414
</listitem>
415
416
<listitem>
417
<link doc="http/ngx_http_realip_module.xml">
418
ngx_http_realip_module</link>
419
</listitem>
420
421
<listitem>
422
<link doc="http/ngx_http_referer_module.xml">
423
ngx_http_referer_module</link>
424
</listitem>
425
426
<listitem>
427
<link doc="http/ngx_http_rewrite_module.xml">
428
ngx_http_rewrite_module</link>
429
</listitem>
430
431
<listitem>
432
<link doc="http/ngx_http_scgi_module.xml">
433
ngx_http_scgi_module</link>
434
</listitem>
435
436
<listitem>
437
<link doc="http/ngx_http_secure_link_module.xml">
438
ngx_http_secure_link_module</link>
439
</listitem>
440
441
<listitem>
442
<link doc="http/ngx_http_session_log_module.xml">
443
ngx_http_session_log_module</link>
444
</listitem>
445
446
<listitem>
447
<link doc="http/ngx_http_slice_module.xml">
448
ngx_http_slice_module</link>
449
</listitem>
450
451
<listitem>
452
<link doc="http/ngx_http_split_clients_module.xml">
453
ngx_http_split_clients_module</link>
454
</listitem>
455
456
<listitem>
457
<link doc="http/ngx_http_ssi_module.xml">
458
ngx_http_ssi_module</link>
459
</listitem>
460
461
<listitem>
462
<link doc="http/ngx_http_ssl_module.xml">
463
ngx_http_ssl_module</link>
464
</listitem>
465
466
<listitem>
467
<link doc="http/ngx_http_status_module.xml">
468
ngx_http_status_module</link>
469
</listitem>
470
471
<listitem>
472
<link doc="http/ngx_http_stub_status_module.xml">
473
ngx_http_stub_status_module</link>
474
</listitem>
475
476
<listitem>
477
<link doc="http/ngx_http_sub_module.xml">
478
ngx_http_sub_module</link>
479
</listitem>
480
481
<listitem>
482
<link doc="http/ngx_http_tunnel_module.xml">
483
ngx_http_tunnel_module</link>
484
</listitem>
485
486
<listitem>
487
<link doc="http/ngx_http_upstream_module.xml">
488
ngx_http_upstream_module</link>
489
</listitem>
490
491
<listitem>
492
<link doc="http/ngx_http_upstream_conf_module.xml">
493
ngx_http_upstream_conf_module</link>
494
</listitem>
495
496
<listitem>
497
<link doc="http/ngx_http_upstream_hc_module.xml">
498
ngx_http_upstream_hc_module</link>
499
</listitem>
500
501
<listitem>
502
<link doc="http/ngx_http_userid_module.xml">
503
ngx_http_userid_module</link>
504
</listitem>
505
506
<listitem>
507
<link doc="http/ngx_http_uwsgi_module.xml">
508
ngx_http_uwsgi_module</link>
509
</listitem>
510
511
<listitem>
512
<link doc="http/ngx_http_v2_module.xml">
513
ngx_http_v2_module</link>
514
</listitem>
515
516
<listitem>
517
<link doc="http/ngx_http_v3_module.xml">
518
ngx_http_v3_module</link>
519
</listitem>
520
521
<listitem>
522
<link doc="http/ngx_http_xslt_module.xml">
523
ngx_http_xslt_module</link>
524
</listitem>
525
526
</list>
527
</para>
528
529
<para>
530
<list type="bullet">
531
532
<listitem>
533
<link doc="mail/ngx_mail_core_module.xml">
534
ngx_mail_core_module</link>
535
</listitem>
536
537
<listitem>
538
<link doc="mail/ngx_mail_auth_http_module.xml">
539
ngx_mail_auth_http_module</link>
540
</listitem>
541
542
<listitem>
543
<link doc="mail/ngx_mail_proxy_module.xml">
544
ngx_mail_proxy_module</link>
545
</listitem>
546
547
<listitem>
548
<link doc="mail/ngx_mail_realip_module.xml">
549
ngx_mail_realip_module</link>
550
</listitem>
551
552
<listitem>
553
<link doc="mail/ngx_mail_ssl_module.xml">
554
ngx_mail_ssl_module</link>
555
</listitem>
556
557
<listitem>
558
<link doc="mail/ngx_mail_imap_module.xml">
559
ngx_mail_imap_module</link>
560
</listitem>
561
562
<listitem>
563
<link doc="mail/ngx_mail_pop3_module.xml">
564
ngx_mail_pop3_module</link>
565
</listitem>
566
567
<listitem>
568
<link doc="mail/ngx_mail_smtp_module.xml">
569
ngx_mail_smtp_module</link>
570
</listitem>
571
572
</list>
573
</para>
574
575
<para>
576
<list type="bullet">
577
578
<listitem>
579
<link doc="stream/ngx_stream_core_module.xml">
580
ngx_stream_core_module</link>
581
</listitem>
582
583
<listitem>
584
<link doc="stream/ngx_stream_access_module.xml">
585
ngx_stream_access_module</link>
586
</listitem>
587
588
<listitem>
589
<link doc="stream/ngx_stream_geo_module.xml">
590
ngx_stream_geo_module</link>
591
</listitem>
592
593
<listitem>
594
<link doc="stream/ngx_stream_geoip_module.xml">
595
ngx_stream_geoip_module</link>
596
</listitem>
597
598
<listitem>
599
<link doc="stream/ngx_stream_js_module.xml">
600
ngx_stream_js_module</link>
601
</listitem>
602
603
<listitem>
604
<link doc="stream/ngx_stream_keyval_module.xml">
605
ngx_stream_keyval_module</link>
606
</listitem>
607
608
<listitem>
609
<link doc="stream/ngx_stream_limit_conn_module.xml">
610
ngx_stream_limit_conn_module</link>
611
</listitem>
612
613
<listitem>
614
<link doc="stream/ngx_stream_log_module.xml">
615
ngx_stream_log_module</link>
616
</listitem>
617
618
<listitem>
619
<link doc="stream/ngx_stream_map_module.xml">
620
ngx_stream_map_module</link>
621
</listitem>
622
623
<listitem>
624
<link doc="stream/ngx_stream_mqtt_preread_module.xml">
625
ngx_stream_mqtt_preread_module</link>
626
</listitem>
627
628
<listitem>
629
<link doc="stream/ngx_stream_mqtt_filter_module.xml">
630
ngx_stream_mqtt_filter_module</link>
631
</listitem>
632
633
<listitem>
634
<link doc="stream/ngx_stream_num_map_module.xml">
635
ngx_stream_num_map_module</link>
636
</listitem>
637
638
<listitem>
639
<link doc="stream/ngx_stream_pass_module.xml">
640
ngx_stream_pass_module</link>
641
</listitem>
642
643
<listitem>
644
<link doc="stream/ngx_stream_proxy_module.xml">
645
ngx_stream_proxy_module</link>
646
</listitem>
647
648
<listitem>
649
<link doc="stream/ngx_stream_proxy_protocol_vendor_module.xml">
650
ngx_stream_proxy_protocol_vendor_module</link>
651
</listitem>
652
653
<listitem>
654
<link doc="stream/ngx_stream_realip_module.xml">
655
ngx_stream_realip_module</link>
656
</listitem>
657
658
<listitem>
659
<link doc="stream/ngx_stream_return_module.xml">
660
ngx_stream_return_module</link>
661
</listitem>
662
663
<listitem>
664
<link doc="stream/ngx_stream_set_module.xml">
665
ngx_stream_set_module</link>
666
</listitem>
667
668
<listitem>
669
<link doc="stream/ngx_stream_split_clients_module.xml">
670
ngx_stream_split_clients_module</link>
671
</listitem>
672
673
<listitem>
674
<link doc="stream/ngx_stream_ssl_module.xml">
675
ngx_stream_ssl_module</link>
676
</listitem>
677
678
<listitem>
679
<link doc="stream/ngx_stream_ssl_preread_module.xml">
680
ngx_stream_ssl_preread_module</link>
681
</listitem>
682
683
<listitem>
684
<link doc="stream/ngx_stream_upstream_module.xml">
685
ngx_stream_upstream_module</link>
686
</listitem>
687
688
<listitem>
689
<link doc="stream/ngx_stream_upstream_hc_module.xml">
690
ngx_stream_upstream_hc_module</link>
691
</listitem>
692
693
<listitem>
694
<link doc="stream/ngx_stream_zone_sync_module.xml">
695
ngx_stream_zone_sync_module</link>
696
</listitem>
697
698
</list>
699
</para>
700
701
<para>
702
<list type="bullet">
703
704
<listitem>
705
<link doc="ngx_google_perftools_module.xml">
706
ngx_google_perftools_module</link>
707
</listitem>
708
709
<listitem>
710
<link doc="ngx_mgmt_module.xml">
711
ngx_mgmt_module</link>
712
</listitem>
713
714
</list>
715
</para>
716
717
<para>
718
<list type="bullet">
719
720
<listitem>
721
<link doc="http/ngx_http_acme_module.xml">
722
ngx_http_acme_module</link>
723
</listitem>
724
725
<listitem>
726
<link doc="ngx_otel_module.xml">
727
ngx_otel_module</link>
728
</listitem>
729
730
</list>
731
</para>
732
733
</section>
734
735
</article>
736
737