Skip to content

Commit

Permalink
BUMP
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammaddadu committed Mar 8, 2016
1 parent 41d01f8 commit 09f2ddc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ nginx.stop().then(function () {
```

### Methods for managing vhosts
Programmatically ```create, read, update & delete``` vhosts. This will require your Nginx configuration file to require a http section where their is "an ```include directive``` for all .conf files from a certain folder". (We represent this in our library as ```confDir```); [https://kcode.de/wordpress/2033-nginx-configuration-with-includes](More information.)
Programmatically ```create, read, update & delete``` vhosts. This will require your Nginx configuration file to require a http section where their is "an ```include directive``` for all .conf files from a certain folder". (We represent this in our library as ```confDir```); [More information.](https://kcode.de/wordpress/2033-nginx-configuration-with-includes)

#### Create
```
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nginx-o",
"version": "0.0.2",
"version": "0.1.0",
"description": "Programmatically manipulate a running Nginx instance",
"main": "lib/Nginx.js",
"scripts": {
Expand All @@ -9,6 +9,10 @@
"keywords": [
"nginx"
],
"repository": {
"type": "git",
"url": "https://github.com/muhammaddadu/nginx-o"
},
"author": "Muhammad Dadu",
"license": "ISC",
"dependencies": {
Expand Down

0 comments on commit 09f2ddc

Please sign in to comment.