mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Actually include redirects.conf
This commit is contained in:
parent
d249cea22f
commit
4a43773134
@ -0,0 +1 @@
|
||||
test.md roadmap.md
|
@ -18,6 +18,8 @@ server {
|
||||
rewrite ^/reference_ru.html$ https://clickhouse.yandex/docs/ru/single/ permanent;
|
||||
rewrite ^/presentations/(.*)$ https://yandex.github.io/clickhouse-presentations/$1 permanent;
|
||||
|
||||
include /usr/share/nginx/html/docs/redirects.conf;
|
||||
|
||||
if ( $uri !~ .*/index.html ){
|
||||
rewrite ^/docs/(.*)/(.+)\.html$ /docs/$1/$2/ permanent;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user