Skip to content

Commit 7223c03

Browse files
committed
docs: update news and fix links
1 parent 48dbc28 commit 7223c03

File tree

13 files changed

+3162
-9
lines changed

13 files changed

+3162
-9
lines changed

Diff for: content/unit/_index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
title: NGINX Unit
33
description: A lightweight web app server that combines several layers of the typical application stack into a single component.
44
url: /nginx-unit/
5-
---
6-
5+
cascade:
6+
logo: "NGINX-Unit-product-icon-RGB.png"
7+
---

Diff for: content/unit/howto/source.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ Packages:
235235
# pkg install pcre
236236
```
237237

238-
Also, use `gmake` instead of `make` when :ref:`building
239-
and installing <source-bld-src>` Unit on Solaris.
238+
Also, use `gmake` instead of `make` when [building
239+
and installing]({{< relref "/unit/howto/source.md#source-bld-src" >}}) Unit on Solaris.
240240

241241
{{% /tab %}}
242242

Diff for: content/unit/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2407,7 +2407,7 @@ Next, install Unit and the PHP modules you want:
24072407

24082408
| Runtime details | Description |
24092409
|-------------------------------------|-----------------------------------------------|
2410-
| Control :ref:`socket <source-startup>` | **/run/unit/control.sock** |
2410+
| Control [socket]({{< relref "/unit/howto/source.md#source-startup" >}}) | **/run/unit/control.sock** |
24112411
| Log [file]({{< relref "/unit/troubleshooting.md#troubleshooting-log" >}}) | **/var/log/unit/unit.log** |
24122412
| Non-privileged [user and group]({{< relref "/unit/howto/security.md#security-apps" >}}) | **nobody** |
24132413

Diff for: content/unit/news/2023/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
title: News of 2023
2+
title: 2023
33
weight: 300
44
---

Diff for: content/unit/news/2024/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
title: News of 2024
2+
title: 2024
33
weight: 200
44
---

Diff for: content/unit/news/2024/wasm-component-model-part-2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In [Part 1](/news/2024/wasm-component-model-part-1) we have covered all the conc
1010

1111
Rust is the premier language for WebAssembly development and the most mature in terms of support. In the example, we will use Rust and its ecosystem to create a Wasm Component that can be hosted directly on NGINX Unit.
1212

13-
This tutorial targets Linux-based operating systems and MacOS. If you are on Windows, we recommend using WSL2 (Windows Subsystem for Linux) to follow along. If you haven't already installed NGINX Unit alongside the WebAssembly language module, please refer to the [docs](https://unit.nginx.org/installation/#official-packages) on how to do it or use the official [Docker Image](https://unit.nginx.org/installation/#docker-images) **unit:wasm**.
13+
This tutorial targets Linux-based operating systems and MacOS. If you are on Windows, we recommend using WSL2 (Windows Subsystem for Linux) to follow along. If you haven't already installed NGINX Unit alongside the WebAssembly language module, please refer to the [docs](https://docs.nginx.com/nginx-unit/installation/#official-packages) on how to do it or use the official [Docker Image](https://docs.nginx.com/nginx-unit/installation/#docker-images) **unit:wasm**.
1414

1515
### Rust Development Setup
1616

Diff for: content/unit/news/2025/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
title: News of 2025
2+
title: 2025
33
weight: 100
44
---

0 commit comments

Comments
 (0)