cmc/dotfiles
Using GNU Stow to manage my dotfiles.
clone: git clone https://gitbay.org/cmc/dotfiles.git
aa9c273c1edd8acc12034936256422047a62a9d3
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-03-26T21:02:08Z
linux/nginx/etc/nginx/conf.d/bt.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) @@ -8,17 +8,17 @@ server { include custom.d/tls/policy_strict.conf; include custom.d/basic.conf; -# location /authelia { -# include custom.d/reverse_proxy/authelia.conf; -# } + location /authelia { + include custom.d/reverse_proxy/authelia.conf; + } location = / { -# include custom.d/reverse_proxy/authelia_request.conf; + include custom.d/reverse_proxy/authelia_request.conf; return 301 /transmission/web/; } location /transmission/ { -# include custom.d/reverse_proxy/authelia_request.conf; + include custom.d/reverse_proxy/authelia_request.conf; proxy_read_timeout 300; proxy_http_version 1.1;