Skip to content

Commit 4e702e9

Browse files
authored
fix "debian/ubuntu instruction" for service (#305)
* Update learn-about-deployment.md set "systemctl" instead of "service" * Update about-4.6.md remove internal changes of Telemetry * Update about-4.6.md
1 parent 83ac27b commit 4e702e9

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

content/nap-dos/deployment-guide/learn-about-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ When deploying App Protect DoS on NGINX Plus take the following precautions to s
952952
sudo apt-get update
953953
sudo apt-get remove nginx-plus
954954
sudo apt-get install app-protect-dos
955-
sudo service nginx start
955+
sudo systemctl start nginx
956956
```
957957
958958
11. Check the NGINX binary version to ensure that you have NGINX Plus installed correctly:
@@ -990,11 +990,11 @@ When deploying App Protect DoS on NGINX Plus take the following precautions to s
990990
16. Start the NGINX service:
991991
992992
```shell
993-
sudo service nginx start
993+
sudo systemctl start nginx
994994
```
995995
17. Start the L4 service:
996996
```shell
997-
sudo service app-protect-dos-ebpf-manager start
997+
sudo systemctl start app-protect-dos-ebpf-manager
998998
```
999999
10001000
## Alpine 3.15.x / 3.17.x / 3.19.x Installation

content/nap-dos/releases/about-4.6.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,13 @@ NGINX App Protect DoS provides behavioral protection against Denial of Service (
1515

1616
Mar 24, 2025
1717

18-
NGINX App Protect DoS 4.6 adds support for NGINX Plus R34.
19-
2018
---
2119

2220
### New features
2321

2422
- Support for NGINX Plus R34
2523
- Add support for AmazonLinux 2023
2624
- Remove support for Alpine 3.17
27-
- Telemetry Readiness - this feature enables periodic telemetry reporting for NGINX App Protect DoS, capturing key statistics and metrics. In the initial phase, telemetry data is temporarily logged to the NGINX error.log file every minute on DEBUG log level.
2825
- Bug fixes
2926

3027
---

0 commit comments

Comments
 (0)