Skip to content

Instantly share code, notes, and snippets.

@dmoliveira
Created February 3, 2014 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmoliveira/8791780 to your computer and use it in GitHub Desktop.
Save dmoliveira/8791780 to your computer and use it in GitHub Desktop.
Elasticsearch example
<VirtualHost *:80>
ServerName 10.40.146.108
ProxyRequests Off
ProxyVia Off
ProxyPass /elasticsearch http://127.0.0.1:9200/
ProxyPassReverse /elasticsearch http://127.0.0.1:9200/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment