chore: sync the changes that I made live in prod
Test nginx configuration / Static Analysis (push) Failing after 5s
Test nginx configuration / nginx Syntax Check (push) Successful in 20s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m36s

This commit is contained in:
2026-04-17 16:26:10 -07:00
parent c8c5b7529c
commit 13dc41c639
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Auto-generated Cloudflare IP ranges
# Updated: Mon Mar 2 09:45:19 PM PST 2026
# Updated: Thu Apr 16 10:50:50 PM PDT 2026
real_ip_header CF-Connecting-IP;
+12
View File
@@ -1,4 +1,16 @@
# Static content and publishing sites: blog, books, donate, music, secrets, style, testimonials.
server {
listen 443 ssl;
server_name val.nhcarrigan.com;
ssl_certificate /etc/letsencrypt/live/val.nhcarrigan.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/val.nhcarrigan.com/privkey.pem;
location / {
return 302 https://cdn.nhcarrigan.com/val-headpat.jpg;
}
}
server {
listen 443 ssl;
server_name blog.nhcarrigan.com;
-1
View File
@@ -11,5 +11,4 @@ server {
proxy_pass http://127.0.0.1:53000;
proxy_redirect off;
}
include /etc/nginx/snippets/deny-dotfiles.conf;
}