Skip to content

Instantly share code, notes, and snippets.

@reksnels
reksnels / reverse.es
Last active August 29, 2015 14:19 — forked from mathieue/reverse.es
<VirtualHost *:80>
ServerName es.yourhost.com
<Proxy balancer://main>
BalancerMember http://127.0.0.1:9200 max=1 retry=5
<Limit GET >
order deny,allow
deny from all
allow from 127.0.0.1