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