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