Skip to content

Instantly share code, notes, and snippets.

@feniix
feniix / haproxy.cfg
Created March 4, 2012 19:26
simple haproxy config for solr with multiple nodes
# this config needs haproxy-1.1.28 or haproxy-1.2.1
global
log 127.0.0.1 local0
log 127.0.0.1 local1 notice
#log loghost local0 info
maxconn 4096
#chroot /usr/share/haproxy
user haproxy
group haproxy

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: