s1-m0leCoin/caddyproxy/Caddyfile

13 lines
368 B
Caddyfile
Raw Permalink Normal View History

2022-11-18 09:03:05 +01:00
https://m0lecoin.team{$TEAM_NUMBER}.m0lecon.fans:{$FRONTEND_API_PORT} {
tls /certificates/fullchain.pem /certificates/privkey.pem
reverse_proxy http://m0lecoin_backend:{$API_PORT}
}
https://m0lecoin.team{$TEAM_NUMBER}.m0lecon.fans:{$FRONTEND_PORT} {
tls /certificates/fullchain.pem /certificates/privkey.pem
reverse_proxy http://m0lecoin_frontend:80
}