-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomepage.xml
More file actions
88 lines (69 loc) · 2.18 KB
/
homepage.xml
File metadata and controls
88 lines (69 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!--
Copyright (C) Nginx, Inc.
-->
<!DOCTYPE article SYSTEM "../dtd/article.dtd">
<article name="nginx"
link="/"
lang="en"
rev="1">
<section>
<para>
nginx ("<i>engine x</i>") is an HTTP web server, reverse proxy,
content cache, load balancer,
TCP/UDP proxy server,
and mail proxy server.
Originally written by <link url="http://sysoev.ru/en/">Igor Sysoev</link>
and distributed under the
<link url="../LICENSE">2-clause BSD License</link>.
Enterprise distributions, commercial support and training are
<link doc="en/enterprise.xml">available from F5, Inc.</link>
</para>
<para>
<link doc="en/docs/index.xml">Docs</link>
•
<link url="https://github.com/nginx/nginx">Code</link>
•
<link doc="en/docs/install.xml">Install</link>
•
<link doc="en/docs/beginners_guide.xml">Beginner's Guide</link>
</para>
</section>
<section name="Latest News">
<topnews/>
<para>
<link url="news.html">Older news</link>
</para>
</section>
<section name="Other NGINX Projects">
<projects>
<project
title="njs"
docs="/en/docs/njs/"
repo="https://github.com/nginx/njs"
logo="img/njs_logo.svg"
description="NGINX JavaScript (njs) extends nginx functionality with an ECMAScript-compatible interpreter for HTTP and Stream modules."
/>
<project
title="Unit"
docs="https://unit.nginx.org/"
repo="https://github.com/nginx/unit"
logo="img/unit_robot.svg"
description="NGINX Unit is a lightweight application runtime that simplifies the application stack for running web apps and APIs."
/>
<project
title="Ingress"
docs="https://docs.nginx.com/nginx-ingress-controller/"
repo="https://github.com/nginxinc/kubernetes-ingress"
logo="img/ingress_logo.svg"
description="NGINX Ingress Controller connects Kubernetes apps and services with rock solid request handling, auth, self-service CRDs, and easy debugging."
/>
<project
title="Gateway Fabric"
docs="https://docs.nginx.com/nginx-gateway-fabric/"
repo="https://github.com/nginxinc/nginx-gateway-fabric"
logo="img/gateway_fabric_logo.svg"
description="NGINX Gateway Fabric provides L4 and L7 routing capabilities in Kubernetes, implementing the Gateway API using NGINX as the data plane."
/>
</projects>
</section>
</article>