feat: new learn site
Test nginx configuration / Static Analysis (push) Failing after 5s
Test nginx configuration / nginx Syntax Check (push) Failing after 17s
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m41s

This commit is contained in:
2026-05-07 19:16:39 -07:00
parent 5517e9d77d
commit c07d24f69f
3 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Auto-generated Cloudflare IP ranges
# Updated: Sun Apr 19 10:51:11 PM PDT 2026
# Updated: Wed May 6 10:53:55 PM PDT 2026
real_ip_header CF-Connecting-IP;
+13
View File
@@ -0,0 +1,13 @@
server {
listen 443 ssl;
server_name learn.nhcarrigan.com;
ssl_certificate /etc/letsencrypt/live/learn.nhcarrigan.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/learn.nhcarrigan.com/privkey.pem;
root /home/naomi/learn;
location / {
index index.html;
}
include /etc/nginx/snippets/deny-dotfiles.conf;
}
+1
View File
@@ -0,0 +1 @@
../sites-available/learn.conf