host = "::"
port = 80
root = "./public"
log-level = "error"
cache-control-headers = true
compression = true
page404 = "404.html"
page50x = "50x.html"
http2 = true
http2-tls-cert = ""
http2-tls-key = ""
security-headers = true
cors-allow-origins = ""
directory-listing = false
basic-auth = ""
fd = ""
threads-multiplier = 1
grace-period = 0
page-fallback = ""
[[headers]]
source = "**/*.@(eot|otf|ttf|ttc|woff|font.css)"
[[headers.headers]]
key = "Access-Control-Allow-Origin"
value = "*"
[[headers.headers]]
key = "Access-Control-Allow-Origin"
value = "*"
[[headers.headers]]
key = "Access-Control-Allow-Origin"
value = "*"
[[headers]]
source = "**/*.@(jpg|jpeg|gif|png)"
[[headers.headers]]
key = "Cache-Control"
value = "max-age=7200"
[[headers]]
source = "404.html"
[[headers.headers]]
key = "Cache-Control"
value = "max-age=300"