Updated nginx conf

This commit is contained in:
2026-02-09 20:26:18 -06:00
parent 2abfcecba6
commit c2a7eb680e

View File

@@ -41,5 +41,9 @@ location /full-portfolio {
try_files /full-portfolio/main.pdf =404; try_files /full-portfolio/main.pdf =404;
} }
location /cybersecurity-livermore {
try_files /cybersec-livermore/main.pdf =404;
}
# Catch-all 404 -> serve main resume # Catch-all 404 -> serve main resume
error_page 404 = /resume/main.pdf; error_page 404 = /resume/main.pdf;