ElasticHQ/elasticsearch-HQ

reverseproxy apache

Open

#365 opened on Mar 26, 2018

View on GitHub
 (15 comments) (0 reactions) (0 assignees)JavaScript (4,921 stars) (532 forks)batch import
bughelp wanted

Description

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.

Contributor guide

reverseproxy apache · ElasticHQ/elasticsearch-HQ#365 | Good First Issue