Skip to content

Gartner24/vps-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VPS Reverse Proxy Setup Documentation

This VPS hosts multiple projects behind a single Nginx reverse proxy (Docker) with Certbot for TLS.

Documentation and diagrams are stored in this GitHub repository:

Quick locations on this VPS:

  • Proxy stack: /opt/projects/proxy
  • Proxy routing rules: /opt/projects/proxy/conf.d
  • Projects root: /opt/projects/<project-name>/

Operational reminder:

  • Only the proxy binds ports 80/443.
  • All project containers must attach to the external Docker network: web.

About

This repository contains the VPS edge reverse proxy stack used to host multiple projects behind a single public Nginx entry point. It includes the Docker Compose setup for Nginx + Certbot, base Nginx configuration, and a vhost configuration pattern for routing production and developer preview domains to internal Docker networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors