From a93b9da909240d5c83518e98ad127bd025ff3a94 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 6 Jun 2023 14:10:39 -0400 Subject: [PATCH] remove obsolete redirect --- nginx/nginx.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 962709c6..f61b915d 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -266,10 +266,6 @@ http { return 301 /install/web; } - location = /LICENSE { - return 301 /LICENSE.txt; - } - location = /generate_204 { return 301 /faq#default-connections; }