Skip to content

Instantly share code, notes, and snippets.

View baxor's full-sized avatar

Adam Backer baxor

View GitHub Profile

Keybase proof

I hereby claim:

  • I am baxor on github.
  • I am sgabacker (https://keybase.io/sgabacker) on keybase.
  • I have a public key ASCO5mH_tS6NzUen-JrtNtafnoMeMt4SjJraAxn1Qi26CAo

To claim this, I am signing this object:

server {
listen 8001;
server_name foreman foreman.int.mycorp.com;
location /{
include uwsgi_params;
uwsgi_pass unix:/run/uwsgi/app/foreman/socket;
uwsgi_modifier1 7;
}