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
This will build a shared library in `target/release`.
23
23
24
-
## Configuration
24
+
## Configuring
25
25
26
26
To enable this module, it must be loaded in the NGINX configuration, e.g.:
27
27
~~~
@@ -51,6 +51,13 @@ http {
51
51
...
52
52
~~~
53
53
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
+
54
61
## Debugging
55
62
56
63
Some debug logging is included in the module. To use this, enable debug logging in the NGINX configuration, e.g.:
0 commit comments