blocked indexing
This commit is contained in:
@@ -415,6 +415,9 @@ data:
|
||||
location / {
|
||||
try_files $uri $uri/ $uri.html =404;
|
||||
|
||||
# Prevent search engine indexing
|
||||
add_header X-Robots-Tag "noindex, nofollow, noarchive" always;
|
||||
|
||||
# Directory listing disabled for security
|
||||
# Uncomment below if you want to browse directories
|
||||
# autoindex on;
|
||||
|
||||
Reference in New Issue
Block a user