URL: https://linuxfr.org/forums/linux-general/posts/probleme-de-header-nginx Title: Problème de header nginx Authors: chapelle Date: 2018年07月17日T11:31:27+02:00 License: CC By-SA Tags: Score: 0 Bonjour à tous, Dans le header de mon serveur nginx, **x-robots-tag** est fixé sur **none**, ce qui bloque l'indexation Google. J'ai cherché dans toute ma conf et aussi dans mes fichiers .html je n'ai rien à ce sujet. Voici le response headers que j'obtient : **date: 2018年7月17日 08:12:29 GMT** **content-encoding: gzip** **x-content-type-options: nosniff** **last-modified: 2018年7月13日 16:39:39 GMT** **server: nginx** **etag: W/"5b48d5cb-109f"** **x-frame-options: SAMEORIGIN** **content-type: text/html** **x-robots-tag: none** **x-xss-protection: 1; mode=block** **200 OK**