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 } }