Skip to content

Instantly share code, notes, and snippets.

this is a test
@whiteadam
whiteadam / keybase.md
Created August 9, 2016 14:59
KeyBase

Keybase proof

I hereby claim:

  • I am whiteadam on github.
  • I am whiteadam (https://keybase.io/whiteadam) on keybase.
  • I have a public key ASBCkzmMGz7IHYp8ngNPXo98iIeIvdH_QjsLRYOwkRnoPAo

To claim this, I am signing this object:

frontend f2dba5f7-3c37-4f1a-8cd2-c5d1192d15ba_80_frontend
bind *:80
mode http
default_backend f2dba5f7-3c37-4f1a-8cd2-c5d1192d15ba_80_0_backend
backend f2dba5f7-3c37-4f1a-8cd2-c5d1192d15ba_80_0_backend
mode http
server c935379c-8f49-47db-8993-93f919c334c9 10.42.6.240:80
@whiteadam
whiteadam / gist:de4d3102391e4c3faf57
Created October 3, 2014 16:51
Serverspec 2 stuff
require 'serverspec'
set :backend, :exec
describe 'web site' do
it 'responds on port 80' do
expect(port 80).to be_listening 'tcp'
end
end
@whiteadam
whiteadam / nxlog.conf
Created August 13, 2013 19:33
nxlog config
## This is a sample configuration file. See the nxlog reference manual about the
## configuration options. It should be installed locally and is also available
## online at http://nxlog.org/nxlog-docs/en/nxlog-reference-manual.html
## Please set the ROOT to the folder your nxlog was installed into,
## otherwise it will not start.
#define ROOT C:\Program Files\nxlog
define ROOT C:\Program Files (x86)\nxlog