From 6b7be76c2fa66c0a96d2a004294c7698f95d0a1f Mon Sep 17 00:00:00 2001 From: nutra-bot Date: Tue, 23 Apr 2024 17:58:48 +0000 Subject: [PATCH] update nginx config with resume.pdf files --- etc/nginx/conf.d/default.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/etc/nginx/conf.d/default.conf b/etc/nginx/conf.d/default.conf index 0d164be..53151a9 100644 --- a/etc/nginx/conf.d/default.conf +++ b/etc/nginx/conf.d/default.conf @@ -163,9 +163,12 @@ server { allow all; } - # resume - location = /resume.pdf { - alias /var/www/resume.pdf; + # resumes + location = /cv/swe~/resume.pdf { + alias /var/www/cv/swe/resume.pdf; + } + location = /cv/datasci~/resume.pdf { + alias /var/www/cv/datasci/resume.pdf; } # HTTPS / SSL -- 2.52.0