Skip to content

Instantly share code, notes, and snippets.

@rwky
Created March 2, 2012 21:13
Show Gist options
  • Save rwky/1961454 to your computer and use it in GitHub Desktop.
Save rwky/1961454 to your computer and use it in GitHub Desktop.
nginx ppa 1.0.12 boo boo fix
map $scheme $https {
default off;
https on;
}
#add the above to /etc/nginx/nginx.conf in the http section
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment