Skip to content

Instantly share code, notes, and snippets.

View jmvillaveces's full-sized avatar

José Villaveces jmvillaveces

View GitHub Profile
@jmvillaveces
jmvillaveces / README-Template.md
Created July 15, 2016 08:50 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisities

@jmvillaveces
jmvillaveces / reverse.es
Created September 28, 2015 08:10 — forked from mathieue/reverse.es
Simple apache read only reverse proxy on elasticsearch
<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