initial commit
This commit is contained in:
6
files/conf.d/custom/robots.conf
Normal file
6
files/conf.d/custom/robots.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
location = /robots.txt {
|
||||
auth_basic off;
|
||||
allow all;
|
||||
log_not_found off;
|
||||
access_log off;
|
||||
}
|
Reference in New Issue
Block a user