Created
March 2, 2012 21:13
-
-
Save rwky/1961454 to your computer and use it in GitHub Desktop.
nginx ppa 1.0.12 boo boo fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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