Skip to content

Commit

Permalink
docs: Fix links in the NAP config doc in main (#2983)
Browse files Browse the repository at this point in the history
Fix links in the NAP config doc
  • Loading branch information
ciarams87 committed Aug 30, 2022
1 parent d8d964a commit 7dd19ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/app-protect-waf/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,15 @@ It contains violations related to OpenAPI set to blocking (enforced).

### Types of OpenAPI References

There are different ways of referencing OpenAPI Specification files. The configuration is similar to [External References](#external-references).
There are different ways of referencing OpenAPI Specification files. The configuration is similar to [External References](/nginx-app-protect/configuration-guide/configuration/#external-references).

**Note**: Any update of an OpenAPI Specification file referenced in the policy will not trigger a policy compilation. This action needs to be done actively by reloading the NGINX configuration.

#### URL Reference

URL reference is the method of referencing an external source by providing its full URL.

Make sure to configure certificates prior to using the HTTPS protocol - see the [External References](#https-reference) for details.
Make sure to configure certificates prior to using the HTTPS protocol - see the [External References](/nginx-app-protect/configuration-guide/configuration/#types-of-references) for details.

## Configuration in NGINX Ingress Controller

Expand Down

0 comments on commit 7dd19ec

Please sign in to comment.