added RSI application route

This commit is contained in:
2025-12-08 18:49:48 -06:00
parent 73ce52985c
commit 0b4e6740f6
3 changed files with 411 additions and 0 deletions

View File

@@ -14,5 +14,10 @@ location /transcript {
location /brag-sheet-rsi {
try_files /brag-sheet-rsi/main.pdf =404;
}
location /rsi-application {
try_files /rsi-application/main.pdf =404;
}
# Catch-all 404 -> serve main resume
error_page 404 = /resume/main.pdf;