11 lines
207 B
Caddyfile
11 lines
207 B
Caddyfile
:80 {
|
|
root * /usr/share/caddy
|
|
file_server
|
|
|
|
# No cache, always update
|
|
header {
|
|
Cache-Control "no-cache, no-store, must-revalidate"
|
|
Pragma "no-cache"
|
|
Expires "0"
|
|
}
|
|
} |