Update default.conf

This commit is contained in:
Ivan Blinkov 2020-01-30 20:49:53 +03:00 committed by GitHub
parent 8f75797801
commit c8bf3b4bcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,6 @@ server {
return 301 https://clickhouse.tech$request_uri;
}
server {
server_name localhost test.clickhouse.yandex;
server_name test.clickhouse.yandex;
return 301 https://test.clickhouse.tech$request_uri;
}