mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
X-Robots-Tag "noindex, nofollow"
This commit is contained in:
@@ -28,6 +28,9 @@ server {
|
||||
|
||||
error_log /data/ofm/http_host/logs_nginx/roundrobin-error.log;
|
||||
|
||||
add_header X-Robots-Tag "noindex, nofollow" always;
|
||||
|
||||
|
||||
__LOCATION_BLOCKS__
|
||||
|
||||
location /styles/ {
|
||||
@@ -46,6 +49,8 @@ server {
|
||||
|
||||
add_header 'Access-Control-Allow-Origin' '*' always;
|
||||
add_header Cache-Control public;
|
||||
add_header X-Robots-Tag "noindex, nofollow" always;
|
||||
|
||||
}
|
||||
|
||||
# catch-all block to deny all other requests
|
||||
|
||||
Reference in New Issue
Block a user