Skip to content

Instantly share code, notes, and snippets.

@ikocev
ikocev / nginx.conf
Created November 24, 2016 20:55 — 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
@ikocev
ikocev / introrx.md
Created October 26, 2016 08:45 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing