Skip to content

Instantly share code, notes, and snippets.

View ev-agelos's full-sized avatar
💭
¯\_(ツ)_/¯

Evagelos ev-agelos

💭
¯\_(ツ)_/¯
View GitHub Profile
### Keybase proof
I hereby claim:
* I am ev-agelos on github.
* I am evagelos (https://keybase.io/evagelos) on keybase.
* I have a public key ASApN_tZAztbBDWL4Gg6cv_vriJ53kVjV-NYalWyZlNdtQo
To claim this, I am signing this object:
@ev-agelos
ev-agelos / nginx.conf
Created November 12, 2016 10:14 — 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
@ev-agelos
ev-agelos / flask-uwsgi-nginx-primer.md
Created April 9, 2016 09:37 — forked from mplewis/flask-uwsgi-nginx-primer.md
Flask + uWSGI + nginx Primer. I've been having trouble with serving a Flask app via uWSGI and nginx, so I thought I'd put together some of the basics to help out others.

Flask + uWSGI + nginx Primer

I've been having trouble with serving a Flask app via uWSGI and nginx, so I thought I'd put together some of the basics to help out others.

How this shit works

  • Flask is managed by uWSGI.
  • uWSGI talks to nginx.