mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 13:31:02 +00:00
7 lines
83 B
Caddyfile
7 lines
83 B
Caddyfile
|
localhost:443 {
|
||
|
proxy / localhost:7878 {
|
||
|
transparent
|
||
|
}
|
||
|
tls self_signed
|
||
|
}
|