elasticsearch可视化工具

docker运行:https://github.com/1340691923/ElasticView


server{
  listen 8091;
  server_name 127.0.0.1; # 公网ip
  index  index.php index.html index.htm;

  location / {
    proxy_pass  http://127.0.0.1:8090; # 或 http://www.baidu.com
    proxy_set_header Host $proxy_host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
  }
}


nba2k2球员数据
请先登录后发表评论
  • 最新评论
  • 总共0条评论