angelscripts-nginx
v0.0.2
Published
Simple helper for updating remote nginx configurations
Downloads
8
Readme
angelscripts-nginx
Simple helper for updating remote nginx configurations
how to use
create
dna/_staging/nginx.json
{ "local": "./dna/_staging/nginx.conf", "dest": "/etc/nginx/sites-enabled/staging", "remote": "user@remote_address", "restartCmd": "sudo service nginx restart" }
$ npm install angelscripts-nginx --save-dev
$ angel nginx update ./dna/_staging/nginx.json