We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a3c29 commit 7a2c9cbCopy full SHA for 7a2c9cb
config/nginx.conf.erb
@@ -58,7 +58,7 @@ http {
58
59
error_page 404 /404.html;
60
61
-
+ rewrite ^/sensu-go/6.13/?(\.*)?$ /sensu-go/latest/$1 redirect;
62
63
location / {
64
try_files $uri $uri/ /404.html;
0 commit comments