mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +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;
|
||||
client_max_body_size 128M;
|
||||
|
||||
add_header X-Robots-Tag 'noindex, nofollow, nosnippet, noarchive';
|
||||
|
||||
location /VALET_STATIC_PREFIX/ {
|
||||
internal;
|
||||
alias /;
|
||||
|
||||
Reference in New Issue
Block a user