ElasticHQ/elasticsearch-HQ

reverseproxy apache

Open

#365 创建于 2018年3月26日

在 GitHub 查看
 (15 评论) (0 反应) (0 负责人)JavaScript (4,921 star) (532 fork)batch import
bughelp wanted

描述

Hello,

Thank you for your greatful and beautiful application. A little bit complicated to install in enterprise environment on Redhat without internet but done finally. I want put this behind an apache with reverseproxy to access it throught url like http://myurl/elastichq/

I set my reverseproxy but elastichq redirect to http://myurl/ css etc... so it can work. (http://myurl)/static/main.5d03e2f58bd527e3e003.js?5d03e2f58bd527e3e003 ». Basically on kibana for example, we can specify the subpath to match with reverseproxy.

my reverseproxy conf ProxyPass /elastichq http://server:5600/ ProxyPassReverse /elastichq http://server:5600/

I'm launching elastichq with /bin/python36 /bin/gunicorn --daemon --chdir /mycloud/apps/hqelastic/prod -w 1 -b :5600 --worker-class eventlet application:application

Thank you for your help.

贡献者指南