feat: add style.nhcarrigan.com to content sites
Test nginx configuration / Static Analysis (pull_request) Failing after 9s
Test nginx configuration / nginx Syntax Check (pull_request) Successful in 24s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m28s

This commit is contained in:
2026-03-03 16:17:53 -08:00
committed by Naomi Carrigan
parent 7085845234
commit 12687ad1a2
+13
View File
@@ -71,6 +71,19 @@ server {
}
}
server {
listen 443 ssl;
server_name style.nhcarrigan.com;
ssl_certificate /etc/letsencrypt/live/style.nhcarrigan.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/style.nhcarrigan.com/privkey.pem;
root /home/naomi/style;
location / {
index index.html;
}
}
server {
listen 443 ssl;
server_name testimonials.nhcarrigan.com;