Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
nginx
GitHub Repository: nginx/nginx.org
Path: blob/main/xml/homepage.xml
1 views
1
<!--
2
Copyright (C) Nginx, Inc.
3
-->
4
5
<!DOCTYPE article SYSTEM "../dtd/article.dtd">
6
7
<article name="nginx"
8
link="/"
9
lang="en"
10
rev="2">
11
12
<section>
13
14
<para>
15
nginx ("<i>engine x</i>") is an HTTP web server, reverse proxy,
16
content cache, load balancer,
17
TCP/UDP proxy server,
18
and mail proxy server.
19
Originally written by <link url="http://sysoev.ru/en/">Igor Sysoev</link>
20
and distributed under the
21
<link url="../LICENSE">2-clause BSD License</link>.
22
Enterprise distributions, commercial support and training are
23
<link doc="en/enterprise.xml">available from F5, Inc.</link>
24
</para>
25
26
<para>
27
<link doc="en/docs/index.xml">Docs</link>
28
29
<link url="https://github.com/nginx/nginx">Code</link>
30
31
<link doc="en/docs/install.xml">Install</link>
32
33
<link doc="en/docs/beginners_guide.xml">Beginner's Guide</link>
34
</para>
35
36
</section>
37
38
39
<section name="Latest News">
40
41
<topnews/>
42
<para>
43
<link url="news.html">Older news</link>
44
</para>
45
</section>
46
47
48
<section name="Other NGINX Projects">
49
50
<projects>
51
52
<project
53
title="NGINX JavaScript"
54
docs="/en/docs/njs/"
55
repo="https://github.com/nginx/njs"
56
logo="img/njs_icon.png"
57
description="(njs) extends nginx functionality with an ECMAScript-compatible interpreter for HTTP and Stream modules."
58
/>
59
60
<project
61
title="NGINX Ingress Controller"
62
docs="https://docs.nginx.com/nginx-ingress-controller/"
63
repo="https://github.com/nginxinc/kubernetes-ingress"
64
logo="img/ingress_icon.png"
65
description=" connects Kubernetes apps and services with rock solid request handling, auth, self-service CRDs, and easy debugging.
66
Not to be confused with ingress-nginx, the separate Kubernetes community project."
67
/>
68
69
<project
70
title="NGINX Gateway Fabric"
71
docs="https://docs.nginx.com/nginx-gateway-fabric/"
72
repo="https://github.com/nginxinc/nginx-gateway-fabric"
73
logo="img/gateway_fabric_icon.png"
74
description=" provides L4 and L7 routing capabilities in Kubernetes, implementing the Gateway API using NGINX as the data plane."
75
/>
76
77
</projects>
78
79
</section>
80
81
</article>
82
83