Skip to content

Instantly share code, notes, and snippets.

View xhad's full-sized avatar
🏠
Working from home

Chad xhad

🏠
Working from home
View GitHub Profile
@xhad
xhad / README.md
Created July 4, 2016 03:52 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@xhad
xhad / nginx.conf
Created July 1, 2016 05:06 — 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