Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
Universal web app server
########################

.. note::

NGINX Unit no longer receives new features or
enhancements from the project maintainers.

NGINX Unit is a lightweight and versatile application runtime
that provides the essential components for your web application
as a single open-source server:
Expand Down
5 changes: 2 additions & 3 deletions source/theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@
</script>
<!-- End Tealium Universal Tag -->

<!-- Global banner goes here
<div id="rennab"><a href="BANNER LINK">BANNER TEXT</a></div>
-->
<div id="rennab"><a href="https://github.com/nginx/unit?tab=readme-ov-file#nginx-unit">As of October 2025, NGINX Unit is archived and unmaintained.</a></div>

<div id="main">
<div id="side">
<h1>
Expand Down
3 changes: 1 addition & 2 deletions source/theme/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ iframe {
border: none;
}

/* Saving for future use
#rennab {
padding: .3em 0;
background: #00974d;
Expand All @@ -35,7 +34,7 @@ iframe {
#rennab a {
color: white;
}
*/


#main {
margin: 0 auto;
Expand Down