From 02c429e5ed53fe42a0a1f3025a16a0dc5518ad36 Mon Sep 17 00:00:00 2001 From: CaptainJack2491 Date: Tue, 7 Jul 2026 15:41:59 +0100 Subject: update CV with dissertation findings, add dissertation page, add website project entry --- nginx.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'nginx.conf') diff --git a/nginx.conf b/nginx.conf index 6625f7a..c8668c0 100644 --- a/nginx.conf +++ b/nginx.conf @@ -30,6 +30,16 @@ server { =404; } + # /dissertation serves summary page or PDF fallback + location = /dissertation { + try_files + /projects/dis/index$final_suffix + /projects/dis/index.html + /projects/dis$final_suffix + /dissertation.pdf + =404; + } + location / { try_files -- cgit v1.2.3