Skip to content

Instantly share code, notes, and snippets.

View hiramhuang's full-sized avatar
🤩
working on new project

Hiram hiramhuang

🤩
working on new project
View GitHub Profile
@hiramhuang
hiramhuang / 0_reuse_code.js
Created June 5, 2017 21:07
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@hiramhuang
hiramhuang / nginx.conf
Created July 20, 2016 15:16 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048