From 3d17f683fd84a0f0595cb7c5395ad547b4ade567 Mon Sep 17 00:00:00 2001 From: adb-sh Date: Sat, 16 Dec 2023 15:55:50 +0100 Subject: [PATCH] Add linkedin redirect --- nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx.conf b/nginx.conf index 899e19f..8d0c42c 100644 --- a/nginx.conf +++ b/nginx.conf @@ -90,6 +90,9 @@ http { location =/ { return 302 https://adb.sh/me/; } + location =/linkedin { + return 302 https://www.linkedin.com/in/alban-david-becker-800761282/; + } } server {