cmc/dotfiles
Using GNU Stow to manage my dotfiles.
clone: git clone https://gitbay.org/cmc/dotfiles.git
11845a11246e3ec029d87c08a936363caeb9c11a
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-08-09T03:27:12Z
linux/nginx/etc/nginx/conf.d/git.conf | 2 +- linux/nginx/etc/nginx/conf.d/krz.sh.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) @@ -32,7 +32,7 @@ server { # img.* vhost would be blocked. Only the two white wordmarks are # world-readable in that directory; the purple variants are not. location /assets/ { - alias /var/www/img/krz/; + alias /var/www/i/krz/; expires 30d; } @@ -6,4 +6,5 @@ server { include custom.d/basic.conf; include custom.d/security/content-security-policy-krz.conf; location / { try_files $uri $uri/ =404; } + location /hutch/ { return 301 https://krz.sh/apps$request_uri; } }