Inject robots meta tag into source code
rodzic
929d731b80
commit
6831ee153d
|
@ -184,6 +184,9 @@ server {
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
limit_req zone=taka_ratelimit burst=15 delay=5;
|
limit_req zone=taka_ratelimit burst=15 delay=5;
|
||||||
|
sub_filter '</head>' '<meta name="robots" content="index, follow, noimageindex, notranslate, noarchive"></head>';
|
||||||
|
sub_filter_once on;
|
||||||
|
|
||||||
http2_push_preload on;
|
http2_push_preload on;
|
||||||
|
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
|
|
Ładowanie…
Reference in New Issue