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
/* | |
* Sammy Modals (plugin) | |
* Version 1.0 | |
* https://gist.github.com/1866239 | |
* | |
* Copyright (c) 2012 Dan Millar (@danmillar / decode.uk.com) | |
* Dual licensed under the MIT and GPL licenses. | |
*/ | |
;(function($) { |
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
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |