about summary refs log tree commit diff
path: root/Caddyfile
blob: 0cdbb7552c43dde0322e696853265b7ccac2a853 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
    admin :2019
    auto_https disable_redirects
}

https://localhost:8443 {
    reverse_proxy http://localhost:8080
    tls internal
}