13 lines
203 B
Plaintext
13 lines
203 B
Plaintext
# vim: ft=caddyfile
|
|
|
|
plausible.bbaovanc.com {
|
|
encode zstd gzip
|
|
import hsts
|
|
import log
|
|
|
|
rewrite /js/bobalytics.js /js/plausible.js
|
|
reverse_proxy localhost:84
|
|
|
|
import basicerrors
|
|
}
|