31 lines
352 B
Caddyfile
31 lines
352 B
Caddyfile
|
|
{
|
||
|
|
admin 0.0.0.0:2019
|
||
|
|
order cache before basic_auth
|
||
|
|
cache {
|
||
|
|
api {
|
||
|
|
souin
|
||
|
|
}
|
||
|
|
otter {
|
||
|
|
configuration {
|
||
|
|
size 10000
|
||
|
|
}
|
||
|
|
}
|
||
|
|
nuts {
|
||
|
|
path /cache/nuts
|
||
|
|
}
|
||
|
|
storers otter nuts
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
{$DOMAIN:localhost}:{$CADDY_PORT:80} {
|
||
|
|
route {
|
||
|
|
cache
|
||
|
|
reverse_proxy {$IMGPROXY_UPSTREAM:imgproxy:8080}
|
||
|
|
}
|
||
|
|
|
||
|
|
log {
|
||
|
|
output stdout
|
||
|
|
format console
|
||
|
|
}
|
||
|
|
}
|