my website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix caching via etag

chfour 42643118 bbdc863b

+3 -4
+3 -4
flake.nix
··· 163 163 "s|./src/|${websitePath}/var/www/|;/#!PROD-SNIP$/d" \ 164 164 Caddyfile 165 165 166 + # https://github.com/caddyserver/caddy/pull/5547#issuecomment-1555940637 166 167 cat >> Caddyfile <<EOF 167 - header { 168 - -Last-modified 169 - Etag "\"${builtins.baseNameOf websitePath}\"" 170 - } 168 + header -Last-modified 169 + header Etag \`"${builtins.baseNameOf websitePath}"\` 171 170 EOF 172 171 173 172 caddy fmt --overwrite Caddyfile