cmc/dotfiles
Using GNU Stow to manage my dotfiles.
clone: git clone https://gitbay.org/cmc/dotfiles.git
62bb57e9fe64c60d7e1993ec16cdd2de0cc59238
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-04-19T04:26:03Z
linux/nginx/etc/nginx/conf.d/bb.conf | 5 +++-- linux/nginx/etc/nginx/custom.d/http/backend_address.conf | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) @@ -10,8 +10,9 @@ server { location / { proxy_pass $backend_address; include custom.d/reverse_proxy/basic.conf; - proxy_read_timeout 120s; - proxy_send_timeout 120s; + proxy_read_timeout 300s; + proxy_send_timeout 300s; + proxy_connect_timeout 300s; } include custom.d/security/robots_index_only.conf; } @@ -17,6 +17,9 @@ map $host $backend_address { auth.cleberg.net http://127.0.0.1:9092; auth.zerolabs.sh http://127.0.0.1:9092; + # --- bb + bb.zerolabs.sh http://127.0.0.1:8121; + # --- br br.cleberg.net http://127.0.0.1:3030; br.zerolabs.sh http://127.0.0.1:3030;