nostream/Caddyfile.local
Ricardo Arturo Cabral Mejía 9c010e7865 fix: lots of bugs
Signed-off-by: Ricardo Arturo Cabral Mejía <me@ricardocabral.io>
2023-02-02 00:19:26 -05:00

10 lines
172 B
Caddyfile

{
auto_https disable_certs
}
nostream.localtest.me {
tls /root/certs/nostream.localtest.me.pem /root/certs/nostream.localtest.me-key.pem
reverse_proxy nostream:8008
}