Skip to content

Instantly share code, notes, and snippets.

@coderforhire
Created May 4, 2012 19:41
Show Gist options
  • Save coderforhire/2597248 to your computer and use it in GitHub Desktop.
Save coderforhire/2597248 to your computer and use it in GitHub Desktop.
location / {
try_files $uri @backend;
}
location @backend {
proxy_set_header X-Forwarded-Proto 'https';
proxy_set_header Host $server_name;
proxy_pass http://chef-server.newground.com:4000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment