├── .gitignore ├── LICENSE ├── README.md ├── index.sh └── package.json /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafintosh/taco-nginx/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafintosh/taco-nginx/HEAD/README.md -------------------------------------------------------------------------------- /index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafintosh/taco-nginx/HEAD/index.sh -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafintosh/taco-nginx/HEAD/package.json --------------------------------------------------------------------------------