Why Nostr? What is Njump?
2025-03-22 02:01:09

Red Rozenglass on Nostr: Added browser caching over my #snac instance, for better experience with all the ...

Added browser caching over my #snac instance, for better experience with all the files being proxied from other instances. Apache configs (requires enabling mod_headers if you don't have it already):

<If "%{REQUEST_URI} =~ m#^/[^/]+/(s|x|y)/.+$# || %{REQUEST_URI} =~ m#^.*\.ico$#">
Header set Cache-Control "max-age=172800, public, immutable, must-revalidate"
</If>
The last .ico part is not necessarily snac related obviously :3

Author Public Key
npub1aj05n6h74ys35hfujyddczfcmr4drhs79xtrfdxw8sutdq2gnw9q994pgc