Skip to content

Instantly share code, notes, and snippets.

View mingodad's full-sized avatar

Domingo Alvarez Duarte mingodad

View GitHub Profile
@mingodad
mingodad / mynginx
Created March 24, 2015 17:03
Nginx script for local development
#After find the bases of this script here http://bneijt.nl/blog/post/running-nginx-for-local-development/
#I did some changes to make it more generic:
#--mynginx
#!/bin/bash
set -x
RELD="`dirname "$0"`"
ABSD=$PWD
NGINX_HOME=$HOME/local/nginx-last