mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
10 lines
172 B
Caddyfile
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
|
|
}
|