Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/yvele/poosh
Browse files Browse the repository at this point in the history
  • Loading branch information
yvele committed Jul 4, 2016
2 parents 7fc331f + be06a57 commit 6babc5f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,15 @@ Greatest values are uploaded first.
### Automatic Redirection

Using the [header-location-from-html](packages/poosh-plugin-header-location-from-html) plugin,
the `location` HTTP header can be automatically generated from a file HTML [http-equiv](http://www.w3schools.com/tags/att_meta_http_equiv.asp) meta tag:
the `location` HTTP header can be automatically generated from a file HTML [http-equiv](http://www.w3schools.com/tags/att_meta_http_equiv.asp) meta tag.

First install the plugin:

```shell
> npm install -g poosh-plugin-header-location-from-html
```

And then use it in your configuration file:

```json5
{
Expand Down

0 comments on commit 6babc5f

Please sign in to comment.