7 lines
223 B
Caddyfile
7 lines
223 B
Caddyfile
# Replace warmbox.yourdomain.com with your hostname (e.g. warmbox.jonnyn.com).
|
|
# Only use this profile if Nginx Proxy Manager is NOT already bound to 80/443.
|
|
|
|
warmbox.jonnyn.com {
|
|
encode gzip
|
|
reverse_proxy warmbox:3000
|
|
}
|