You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ti...@apache.org on 2022/12/06 13:16:36 UTC

[pulsar-site] branch main updated: Rediect removed security-tls-keystore to security-tls-authentication

This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 71dc454eb48 Rediect removed security-tls-keystore to security-tls-authentication
71dc454eb48 is described below

commit 71dc454eb48bba5178f68852a0a14f8b271c3048
Author: tison <wa...@gmail.com>
AuthorDate: Tue Dec 6 21:16:25 2022 +0800

    Rediect removed security-tls-keystore to security-tls-authentication
    
    Signed-off-by: tison <wa...@gmail.com>
---
 site2/website-next/static/.htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site2/website-next/static/.htaccess b/site2/website-next/static/.htaccess
index dea52f5b0db..4e4168aaf24 100755
--- a/site2/website-next/static/.htaccess
+++ b/site2/website-next/static/.htaccess
@@ -13,3 +13,4 @@ RewriteRule ^ - [L]
 
 RewriteRule "^docs/(.+/)?develop-binary-protocol(/)?$" "/docs/$1developing-binary-protocol$2" [R=301,DPI,L]
 RewriteRule "^docs/(.+/)?administration-dashboard(/)?$" "/docs/$1administration-pulsar-manager$2" [R=301,DPI,L]
+RewriteRule "^docs/(.+/)?security-tls-keystore(/)?$" "/docs/$1security-tls-authentication$2" [R=301,DPI,L]