Skip to content

Instantly share code, notes, and snippets.

View Dolbager's full-sized avatar
🦄
Working hard

Mike Dolbager

🦄
Working hard
View GitHub Profile
@Dolbager
Dolbager / nginx.conf
Created September 24, 2015 14:53 — 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