Skip to content

Instantly share code, notes, and snippets.

View jarrod180's full-sized avatar
๐Ÿš€

Jarrod jarrod180

๐Ÿš€
View GitHub Profile
@jarrod180
jarrod180 / haproxy.cfg
Created January 22, 2019 11:12 — forked from carlchan/haproxy.cfg
HAProxy - Client SSL Auth "knocking" and automatic certbot
global
log /dev/log local0
log /dev/log local1 notice
chroot /var/lib/haproxy
stats socket /run/haproxy/admin.sock mode 660 level admin
stats timeout 30s
user haproxy
group haproxy
daemon
@jarrod180
jarrod180 / tmux.conf
Created January 22, 2019 10:48 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
#set -g default-terminal screen-256color
set -g status-keys vi
set -g history-limit 10000