4 lines
97 B
Caddyfile
4 lines
97 B
Caddyfile
https://paperless.{$DOMAIN} {
|
|
import internal_only
|
|
reverse_proxy http://localhost:8097
|
|
}
|