flow-pie/chamaa.api

Nginx reverse proxy + HTTPS(Lets encrypt / Traefik)

Open

#70 opened on Nov 9, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)HTML (4 forks)auto 404
good first issue

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

Description

Setup Nginx reverse proxy with HTTPS using Let's Encrypt SSL certificates.

Requirements:

  • Configure Nginx as reverse proxy for Node.js backend
  • Setup Let's Encrypt SSL certificate automation
  • Configure SSL/TLS with security best practices
  • Add HTTP to HTTPS redirect
  • Setup security headers (HSTS, CSP, etc.)
  • Configure compression and caching in Nginx

Deliverables:

  • Nginx configuration file
  • Let's Encrypt setup and certificate renewal automation
  • SSL certificate configuration
  • Security headers configuration
  • Testing and verification of HTTPS setup

Contributor guide