cmc/dotfiles
Using GNU Stow to manage my dotfiles.
clone: git clone https://gitbay.org/cmc/dotfiles.git
3d0c165f492b13fdfecd98498eac191a5f67debe
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-08-03T16:53:17Z
linux/nginx/etc/nginx/conf.d/i.conf | 9 +++++++++ 1 file changed, 9 insertions(+) new file mode 100644 @@ -0,0 +1,9 @@ +server { + listen 127.0.0.1:10048; + server_name i.krz.sh; + include custom.d/basic.conf; + include custom.d/security/content-security-policy.conf; + root /var/www/i/; + autoindex on; + location / { try_files $uri $uri/ =404; } +}