blocked indexing
This commit is contained in:
@@ -415,6 +415,9 @@ data:
|
|||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ $uri.html =404;
|
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
|
# Directory listing disabled for security
|
||||||
# Uncomment below if you want to browse directories
|
# Uncomment below if you want to browse directories
|
||||||
# autoindex on;
|
# autoindex on;
|
||||||
|
|||||||
Reference in New Issue
Block a user