We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1662062 commit 5d8c21bCopy full SHA for 5d8c21b
1 file changed
zerops.yml
@@ -18,6 +18,7 @@ zerops:
18
base: static
19
initCommands:
20
- sudo sed -i 's/^\(\s*text\/plain\s\+\)txt;$/\1txt md;/' /etc/nginx/mime.types
21
+ - sudo service nginx reload
22
routing:
23
headers:
24
- for: "~* \\.md$*"
@@ -26,7 +27,7 @@ zerops:
26
27
X-Content-Type-Options: '"nosniff"'
28
X-Robots-Tag: '"googlebot: noindex, nofollow, bingbot: noindex, nofollow"'
29
Cache-Control: '"public, max-age=3600, must-revalidate"'
- - for: "~* ^/.*/img/.*"
30
+ - for: "~* ^/.*/img/.**"
31
values:
32
33
Cache-Control: '"public, max-age=86400, immutable"'
0 commit comments