cmc/dotfiles
Using GNU Stow to manage my dotfiles.
clone: git clone https://gitbay.org/cmc/dotfiles.git
b6d5c350b92eed489a28dd3df5f203056855dabf
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-04-16T02:38:06Z
linux/nginx/etc/nginx/conf.d/rimgo.conf | 39 --------------------------------- 1 file changed, 39 deletions(-) deleted file mode 100644 @@ -1,39 +0,0 @@ -server { - listen 443 ssl; - http2 on; - server_name rimgo.zerolabs.sh hcj62a4s6ok23oaa4xjnnvabj2aunod3464iuufh2wtehg2th3rwn3yd.onion; - add_header Onion-Location "http://hcj62a4s6ok23oaa4xjnnvabj2aunod3464iuufh2wtehg2th3rwn3yd.onion$request_uri" always; - include custom.d/tls/ssl_engine.conf; - include custom.d/tls/certificate_files_cleberg_net.conf; - include custom.d/tls/policy_strict.conf; - include custom.d/basic.conf; - location / { - proxy_pass $backend_address; - include custom.d/reverse_proxy/basic.conf; - } - include custom.d/security/robots_index_only.conf; -} - -server { - listen 80; - server_name rimgo.zerolabs.sh; - return 301 https://rimgo.zerolabs.sh$request_uri; -} - -server { - listen 80; - server_name rimgo.cleberg.net; - return 301 https://rimgo.zerolabs.sh$request_uri; -} - -server { - listen 443 ssl; - http2 on; - server_name rimgo.cleberg.net; - - include custom.d/tls/ssl_engine.conf; - include custom.d/tls/certificate_files_cleberg_net.conf; - include custom.d/tls/policy_strict.conf; - - return 301 https://rimgo.zerolabs.sh$request_uri; -}