comparison xml/en/GNUmakefile @ 2956:a85e4d126bc7

Updated docs for the upcoming NGINX Plus release.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 02 May 2023 11:39:21 +0100
parents bd8482c5a7fe
children cc475ba7d406
comparison
equal deleted inserted replaced
2955:2c4d7151b9a9 2956:a85e4d126bc7
22 freebsd_tuning \ 22 freebsd_tuning \
23 nginx_dtrace_pid_provider \ 23 nginx_dtrace_pid_provider \
24 contributing_changes \ 24 contributing_changes \
25 beginners_guide \ 25 beginners_guide \
26 configure \ 26 configure \
27 quic \
27 28
28 FAQ = \ 29 FAQ = \
29 welcome_nginx_facebook \ 30 welcome_nginx_facebook \
30 faq/license_copyright \ 31 faq/license_copyright \
31 faq/accept_failed \ 32 faq/accept_failed \
59 http/ngx_http_gzip_static_module \ 60 http/ngx_http_gzip_static_module \
60 http/ngx_http_headers_module \ 61 http/ngx_http_headers_module \
61 http/ngx_http_hls_module \ 62 http/ngx_http_hls_module \
62 http/ngx_http_image_filter_module \ 63 http/ngx_http_image_filter_module \
63 http/ngx_http_index_module \ 64 http/ngx_http_index_module \
65 http/ngx_http_internal_redirect_module \
64 http/ngx_http_js_module \ 66 http/ngx_http_js_module \
65 http/ngx_http_keyval_module \ 67 http/ngx_http_keyval_module \
66 http/ngx_http_limit_conn_module \ 68 http/ngx_http_limit_conn_module \
67 http/ngx_http_limit_req_module \ 69 http/ngx_http_limit_req_module \
68 http/ngx_http_log_module \ 70 http/ngx_http_log_module \
92 http/ngx_http_upstream_conf_module \ 94 http/ngx_http_upstream_conf_module \
93 http/ngx_http_upstream_hc_module \ 95 http/ngx_http_upstream_hc_module \
94 http/ngx_http_userid_module \ 96 http/ngx_http_userid_module \
95 http/ngx_http_uwsgi_module \ 97 http/ngx_http_uwsgi_module \
96 http/ngx_http_v2_module \ 98 http/ngx_http_v2_module \
99 http/ngx_http_v3_module \
97 http/ngx_http_xslt_module \ 100 http/ngx_http_xslt_module \
98 mail/ngx_mail_auth_http_module \ 101 mail/ngx_mail_auth_http_module \
99 mail/ngx_mail_core_module \ 102 mail/ngx_mail_core_module \
100 mail/ngx_mail_imap_module \ 103 mail/ngx_mail_imap_module \
101 mail/ngx_mail_pop3_module \ 104 mail/ngx_mail_pop3_module \
110 stream/ngx_stream_js_module \ 113 stream/ngx_stream_js_module \
111 stream/ngx_stream_keyval_module \ 114 stream/ngx_stream_keyval_module \
112 stream/ngx_stream_limit_conn_module \ 115 stream/ngx_stream_limit_conn_module \
113 stream/ngx_stream_log_module \ 116 stream/ngx_stream_log_module \
114 stream/ngx_stream_map_module \ 117 stream/ngx_stream_map_module \
118 stream/ngx_stream_mqtt_filter_module \
119 stream/ngx_stream_mqtt_preread_module \
115 stream/ngx_stream_proxy_module \ 120 stream/ngx_stream_proxy_module \
116 stream/ngx_stream_proxy_protocol_vendor_module \ 121 stream/ngx_stream_proxy_protocol_vendor_module \
117 stream/ngx_stream_realip_module \ 122 stream/ngx_stream_realip_module \
118 stream/ngx_stream_return_module \ 123 stream/ngx_stream_return_module \
119 stream/ngx_stream_set_module \ 124 stream/ngx_stream_set_module \
123 stream/ngx_stream_upstream_module \ 128 stream/ngx_stream_upstream_module \
124 stream/ngx_stream_upstream_hc_module \ 129 stream/ngx_stream_upstream_hc_module \
125 stream/ngx_stream_zone_sync_module \ 130 stream/ngx_stream_zone_sync_module \
126 stream/stream_processing \ 131 stream/stream_processing \
127 ngx_google_perftools_module \ 132 ngx_google_perftools_module \
133 ngx_otel_module \
128 dev/development_guide \ 134 dev/development_guide \
129 njs/index \ 135 njs/index \
130 njs/changes \ 136 njs/changes \
131 njs/cli \ 137 njs/cli \
132 njs/compatibility \ 138 njs/compatibility \