5 lines
89 B
Caddyfile
5 lines
89 B
Caddyfile
# Replace with your actual domain
|
|
licenses.yourdomain.com {
|
|
reverse_proxy app:8080
|
|
}
|