Skip to content

Commit d86d8f4

Browse files
committed
Validation
1 parent 367bdd9 commit d86d8f4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ NGX_VERSION=1.22.1 cargo build --release
2121

2222
This will build a shared library in `target/release`.
2323

24-
## Configuration
24+
## Configuring
2525

2626
To enable this module, it must be loaded in the NGINX configuration, e.g.:
2727
~~~
@@ -51,6 +51,13 @@ http {
5151
...
5252
~~~
5353

54+
## Validating
55+
56+
To make sure the module is working correctly, use `curl` to access your site and specify a user agent that your `robots.txt` file denies access for, e.g.:
57+
~~~
58+
curl -A "GPTBot" https://example.org
59+
~~~
60+
5461
## Debugging
5562

5663
Some debug logging is included in the module. To use this, enable debug logging in the NGINX configuration, e.g.:

0 commit comments

Comments
 (0)