|
|
@@ -25,6 +25,10 @@ server {
|
|
|
proxy_pass http://127.0.0.1:9200;
|
|
|
proxy_read_timeout 90;
|
|
|
}
|
|
|
+ location ~ ^/_nodes$ {
|
|
|
+ proxy_pass http://127.0.0.1:9200;
|
|
|
+ proxy_read_timeout 90;
|
|
|
+ }
|
|
|
location ~ ^/.*/_search$ {
|
|
|
proxy_pass http://127.0.0.1:9200;
|
|
|
proxy_read_timeout 90;
|
|
|
@@ -53,4 +57,4 @@ server {
|
|
|
auth_basic_user_file /etc/nginx/conf.d/kibana.myhost.org.htpasswd;
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|