Skip to content

Commit 8cd0a87

Browse files
committed
nginx update
1 parent c72b919 commit 8cd0a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/nginx.conf.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ http {
5858

5959
error_page 404 /404.html;
6060

61-
location ^~ /6.13/ {
62-
rewrite ^/6\.13/(.*)$ /latest/$1 break;
61+
location ^~ /sensu-go/6.13/ {
62+
rewrite ^/sensu-go/6\.13/(.*)$ /latest/$1 break;
6363
}
6464

6565
# === BEGIN REDIRECT RULES ===

0 commit comments

Comments
 (0)