generated from nhcarrigan/template
chore: sync the changes that I made live in prod
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -11,5 +11,4 @@ server {
|
||||
proxy_pass http://127.0.0.1:53000;
|
||||
proxy_redirect off;
|
||||
}
|
||||
include /etc/nginx/snippets/deny-dotfiles.conf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user