From 154a0ee9dc9e2faf8129a2b8cf9a6bea572d3dcf Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 25 Jan 2021 09:16:34 -0500 Subject: fix typo in URL --- nginx/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nginx') diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 8a05391d..786a7471 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -158,6 +158,10 @@ http { return 301 /install/web; } + location = /install-web { + return 301 /install/web; + } + location = /LICENSE { return 301 /LICENSE.txt; } -- cgit v1.3.1