Blog

Custom 404 page in Dokploy: serving Astro's 404 instead of Nginx default

Fixing Dokploy Static Site Deployments with a Custom Nginx Docker Image

How I fixed Dokploy always showing Nginx’s default 404 instead of my Astro 404 page by shipping a custom Nginx image and config.

  • dokploy
  • docker
  • nginx
  • deployment
  • astro
  • static-site
Read article
Domina los Injection Scopes en NestJS

Domina los Injection Scopes en NestJS: DEFAULT, REQUEST y TRANSIENT

Entiende cómo funciona el ciclo de vida de tus providers en NestJS

  • nestjs
  • typescript
  • backend
  • di
Read article