Updated nginx conf
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user