Skip to content

Commit 2c86284

Browse files
Add missing link - fix typo (#33478)
* Add missing link - fix typo * Missing dot - end of line Co-authored-by: Alicia Thuerk <alicia.thuerk@datadoghq.com>
1 parent 240e8d7 commit 2c86284

File tree

1 file changed

+7
-4
lines changed
  • content/en/security/application_security/setup/nginx

1 file changed

+7
-4
lines changed

content/en/security/application_security/setup/nginx/linux.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ further_reading:
1818
- link: "/security/application_security/troubleshooting"
1919
tag: "Documentation"
2020
text: "Troubleshooting App and API Protection"
21+
- link: "/security/application_security/guide/standalone_application_security"
22+
tag: "Documentation"
23+
text: "Standalone App and API Protection"
2124
---
2225

2326
The Datadog nginx tracing module has experimental support for threat detection and blocking.
@@ -34,8 +37,8 @@ The Datadog nginx tracing module has experimental support for threat detection a
3437
[nginx documentation][3].
3538
2. Update your nginx tracing library module to at least version 1.2.0. Visit
3639
the [GitHub releases page][2] and select the artifact named according to the
37-
pattern `ngx_http_datadog_module-appsec-&lt;amd64/arm64&gt;-&lt;nginx
38-
version&gt;.so.tgz`. Note that this artifact includes `appsec` in the name.
40+
pattern `ngx_http_datadog_module-appsec-<amd64/arm64>-<nginx
41+
version>.so.tgz`. **Note**: This artifact includes `appsec` in the name.
3942
3. Enable App and API Protection in the nginx configuration.
4043
Do the following:
4144
* Define one or more thread pools with the [`thread_pool`][4] directive.
@@ -67,8 +70,7 @@ If you want to use App and API Protection without APM tracing functionality, you
6770
1. Configure your tracing library with the `DD_APM_TRACING_ENABLED=false` environment variable in addition to the `DD_APPSEC_ENABLED=true` environment variable.
6871
2. This configuration will reduce the amount of APM data sent to Datadog to the minimum required by App and API Protection products.
6972

70-
For more details, see [Standalone App and API Protection][standalone_billing_guide].
71-
[standalone_billing_guide]: /security/application_security/guide/standalone_application_security/
73+
For more details, see [Standalone App and API Protection][7].
7274

7375
## Further Reading
7476

@@ -80,3 +82,4 @@ For more details, see [Standalone App and API Protection][standalone_billing_gui
8082
[4]: https://nginx.org/en/docs/ngx_core_module.html#thread_pool
8183
[5]: https://github.com/DataDog/nginx-datadog/blob/master/doc/API.md#datadog_appsec_enabled-appsec-builds
8284
[6]: https://github.com/DataDog/nginx-datadog/blob/master/doc/API.md#datadog_waf_thread_pool_name-appsec-builds
85+
[7]: /security/application_security/guide/standalone_application_security/

0 commit comments

Comments
 (0)