Inject robots meta tag into source code

pull/1/head
Kromonos 2022-12-19 16:28:29 +01:00
rodzic 929d731b80
commit 6831ee153d
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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;