cmc/dotfiles
Using GNU Stow to manage my dotfiles.
clone: git clone https://gitbay.org/cmc/dotfiles.git
00eb327a84e164a267ffe8a313c8b20955c968a7
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-02-21T18:30:40Z
linux/nginx/etc/nginx/conf.d/rd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) @@ -8,9 +8,9 @@ server { include custom.d/tls/policy_balanced.conf; include custom.d/basic.conf; location / { - set $upstream http://127.0.0.1:5758; + set $upstream http://127.0.0.1:2944; proxy_pass $upstream; include custom.d/reverse_proxy/basic.conf; } include custom.d/security/robots_index_only.conf; -} \ No newline at end of file +}