@grumpyoldtechie@hostux.social
Post #1935792
2026-04-29 16:12 UTC
@MostlyHarmless The headers of my site bsdfortune.com. Be gentle that site hasn’t been updated in years and runs on a 1GB ram VPS.
The headers include
x-clacks-overhead: GNU Terry Pratchett
Edit: The nginx settings are simple
# Turn on Terry Pratched header
add_header X-Clacks-Overhead "GNU Terry Pratchett";
Replies (1)
-
@jmb@mastodon.me.uk 2026-05-02 11:42
@grumpyoldtechie @MostlyHarmless Easy in #Caddy too: header X-Clacks-Overhead “GNU Terry Pratchett” Either in each site definition or in a block which you can then import to save typing. I couldn’t find a way to set it globally though.