diff --git a/nginx.conf b/nginx.conf index 1729745..b779106 100644 --- a/nginx.conf +++ b/nginx.conf @@ -41,5 +41,9 @@ location /full-portfolio { try_files /full-portfolio/main.pdf =404; } +location /cybersecurity-livermore { + try_files /cybersec-livermore/main.pdf =404; +} + # Catch-all 404 -> serve main resume error_page 404 = /resume/main.pdf;