From 43b6cf915836d75cd3da2bee95516a3bcfa5ed69 Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 24 Jan 2024 18:43:26 +0100 Subject: [PATCH] fix www: change redirection method --- nomad-job/www.nomad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nomad-job/www.nomad b/nomad-job/www.nomad index 836eff4..5d491fd 100644 --- a/nomad-job/www.nomad +++ b/nomad-job/www.nomad @@ -70,7 +70,8 @@ http { default_type text/html; } location =/ { - rewrite ^ /welcome; + rewrite ^ /welcome redirect; + #return 301 https://$host/welcome } }