cmc/dotfiles
Using GNU Stow to manage my dotfiles.
clone: git clone https://gitbay.org/cmc/dotfiles.git
3239614d3b4c0857be9ed96be0147548725539a2
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-05-10T17:43:41Z
linux/nginx/etc/nginx/conf.d/cleberg.net.conf | 1 + 1 file changed, 1 insertion(+) @@ -7,6 +7,7 @@ server { include custom.d/security/content-security-policy.conf; include custom.d/security/permissions-policy.conf; root /var/www/cleberg.net/; + port_in_redirect off; add_header Onion-Location "http://paske4urhs6nttrtlkuwa5cowum3fjkc6yv6kl4ncx3mjxcd77764nqd.onion$request_uri" always;