diff --git a/base/etc/nginx/conf.d/location/10-llms.conf b/base/etc/nginx/conf.d/location/10-llms.conf new file mode 100644 index 0000000..b8dd732 --- /dev/null +++ b/base/etc/nginx/conf.d/location/10-llms.conf @@ -0,0 +1,5 @@ +location = /llms.txt { + allow all; + log_not_found off; + access_log off; +}