15 lines
195 B
Plaintext
15 lines
195 B
Plaintext
|
|
||
|
# vim: ft=caddyfile
|
||
|
|
||
|
img.bbaovanc.com {
|
||
|
encode zstd gzip
|
||
|
import hsts
|
||
|
import log
|
||
|
|
||
|
root * /var/www/img.bbaovanc.com
|
||
|
file_server {
|
||
|
browse
|
||
|
}
|
||
|
import basicerrors
|
||
|
}
|