mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-29 15:01:10 +00:00
7 lines
83 B
Caddyfile
7 lines
83 B
Caddyfile
|
localhost:443 {
|
||
|
proxy / localhost:7878 {
|
||
|
transparent
|
||
|
}
|
||
|
tls self_signed
|
||
|
}
|