10 lines
151 B
Plaintext
10 lines
151 B
Plaintext
|
# vim: ft=caddyfile
|
||
|
|
||
|
rick.bbaovanc.com {
|
||
|
encode zstd gzip
|
||
|
import hsts
|
||
|
import log
|
||
|
|
||
|
redir https://www.youtube.com/watch?v=dQw4w9WgXcQ;
|
||
|
}
|