mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
Set robots nofollow for all valet share traffic
Replaces and closes #575 ... for reasons described there.
This commit is contained in:
@@ -54,6 +54,8 @@ server {
|
|||||||
charset utf-8;
|
charset utf-8;
|
||||||
client_max_body_size 128M;
|
client_max_body_size 128M;
|
||||||
|
|
||||||
|
add_header X-Robots-Tag 'noindex, nofollow, nosnippet, noarchive';
|
||||||
|
|
||||||
location /VALET_STATIC_PREFIX/ {
|
location /VALET_STATIC_PREFIX/ {
|
||||||
internal;
|
internal;
|
||||||
alias /;
|
alias /;
|
||||||
|
|||||||
Reference in New Issue
Block a user