Skip to content

Instantly share code, notes, and snippets.

@stanleybz
stanleybz / default
Last active April 10, 2018 05:21 — forked from psgganesh/default
Simple lumen nginx conf
server {
# ---- Should be default on your config ----
listen 80;
listen [::]:80;
# ......
# ---- ^^^ should be default set on your config ^^^ ----