mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
put redirect back
This commit is contained in:
parent
43d1467233
commit
86a3fcaec4
@ -1,7 +1,7 @@
|
||||
server {
|
||||
listen 80 default;
|
||||
listen [::]:80 default ipv6only=on;
|
||||
server_name localhost clickhouse.yandex;
|
||||
server_name localhost clickhouse.yandex test.clickhouse.yandex;
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
@ -12,6 +12,8 @@ server {
|
||||
location = /50x.html {
|
||||
root /usr/share/nginx/www;
|
||||
}
|
||||
|
||||
rewrite ^/docs/$ https://clickhouse.yandex/docs/en/ permanent;
|
||||
}
|
||||
|
||||
server {
|
||||
|
Loading…
Reference in New Issue
Block a user