From bccc934198e01cced97e4233a78aaa751dee6216 Mon Sep 17 00:00:00 2001 From: Mira Kuntz Date: Tue, 17 Dec 2024 10:48:28 +0100 Subject: [PATCH] Remove about redirect (Galaxy has that now) --- templates/nginx/galaxy-main.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/nginx/galaxy-main.j2 b/templates/nginx/galaxy-main.j2 index 9fba5191c..83f246252 100644 --- a/templates/nginx/galaxy-main.j2 +++ b/templates/nginx/galaxy-main.j2 @@ -273,9 +273,6 @@ server { location /belgium { return 301 https://galaxyproject.eu/belgium/; } - location /about { - return 301 https://galaxyproject.eu/about; - } location /people { return 301 https://galaxyproject.eu/people; }