mirror of
https://github.com/caddyserver/website.git
synced 2025-04-20 04:15:04 -04:00
Update src/docs/markdown/caddyfile/patterns.md
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
This commit is contained in:
parent
4913508ea6
commit
2c853a5cab
1 changed files with 1 additions and 3 deletions
|
@ -220,9 +220,7 @@ example.com {
|
|||
encode gzip
|
||||
route {
|
||||
try_files {path} /index.html
|
||||
header /index.html {
|
||||
Cache-Control "public,max-age=0,must-revalidate"
|
||||
}
|
||||
header /index.html Cache-Control "public, max-age=0, must-revalidate"
|
||||
}
|
||||
file_server
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue