Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

94
Vistas
Prevent showing I'm using express/NginX

I made new server setup where I use NginX and Express (Node.js).

I was doing some tests in online services to try to test/detect possible problems. One of them returned:

System Details:
Running on: nginx/1.10.0
Powered by: Express

How does this information leak out to public and how can I prevent it?

I would like my server to not reveal the technologies behind the scenes to reduce knowledge about it.

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

You can hide nginx version info by adding/ un-commenting server_tokens off; in /etc/nginx/nginx.conf http section.

You can also use nginx to hide/override the x-powered-by header

I tend to use helmet for express apps. If you also use it, which you should be, or something like it you can set any value to the header.

app.use(helmet.hidePoweredBy({ setTo:
    'Love and other drugs'
}));
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda