19 lines
215 B
Caddyfile
19 lines
215 B
Caddyfile
:7000
|
|
|
|
log {
|
|
format single_field common_log
|
|
}
|
|
|
|
encode gzip
|
|
|
|
root * dist
|
|
file_server
|
|
|
|
try_files {path} /200.html
|
|
|
|
@nuxt {
|
|
path /_nuxt/*
|
|
}
|
|
|
|
header @nuxt Cache-Control "public,max-age=31536000,immutable" # 1 year
|