Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

176
Visualizações
Same root folder for multiple website different robots.txt

I have a first website with this configuration:

server {
        server_name mywebsite.com;

        root /var/www/website/prod;
...
}

and a second one like this with the same root folder:

server {
        server_name pro.mywebsite.com;

        root /var/www/website/prod;
...
}

And the only problem is they have the same robots.txt file.

Is it possible to tell the second server to link the file robots.txt to another file like robots-pro.txt?

And by the way the url http://pro.mywebsite.com/robots.txt would open the file robots-pro.txt.

over 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

For the main domain I did to block robots-denyall.txt:

location /robots-denyall.txt {
        return 404;
}

And for the subdomain which I don't want to be referenced:

location = /robots.txt {
        alias /var/www/mywebsite/prod/robots-denyall.txt;
}
over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda