You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add core limitations and missing Docker configuration (#1356)
This commit updates the Markdown linting configuration files, and adds
an explanation of the linting available in the repository to the process
documentation. The linter itself has been used on multiple files also
affected in this commit.
There are a handful of peripheral changes made in the PR:
- Adding the latest catalogue tags to the Hugo archetype metadata
- Fixing a broken link for NGINX Amplify
- Fixing duplicate tabs caused by includes (Closes#1343)
- Adding reload instructions to NGINX configuration (Closes#1346)
- Configuration updates for the repository's automatic labeller
Additionally, a small heading naming issue was fixed in the changelog,
as well as a formatting style based on our Markdown linting rules.
| Amazon Linux 2023 |_app-protect-module-oss-1.25.4+4.815.0-1.amzn2023.ngx.x86_64.rpm_|_app-protect-module-plus-31+4.815.0-1.amzn2023.ngx.x86_64.rpm_|_app-protect-31+4.815.0-1.amzn2023.ngx.x86_64.rpm_|
To start the F5 WAF for NGINX services, use `docker compose up` in the same folder as the _docker-compose.yml_ file:
499
+
500
+
```shell
501
+
sudo docker compose up -d
502
+
```
449
503
450
504
You can now review the operational status of F5 WAF for NGINX using the [Post-installation checks]({{< ref "/waf/install/docker.md#post-installation-checks" >}}).
0 commit comments