Reverse Proxy Setup
- traefik as reverse proxy and tls termination
- nginx for serving static content
- canary-cd for deploying projects and static pages
clone repo
create config
.env
start
folder structure:
├── compose.yml
├── data
│ ├── database.sqlite
│ ├── dynamic
│ │ └── pages.example.yml
│ ├── pages
│ │ └── pages.example.com
│ │ └── index.html
│ └── repositories
│ └── my-project
├── nginx-static.conf
├── ssl
│ └── acme-letsencrypt.json
└── traefik.yml
Was this page helpful?