Skip to content

Commit

Permalink
Added an example to the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
maximejobin authored Apr 18, 2017
1 parent c9fd41a commit 9bd0801
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ That's it.
There is no configuration to do. It will work out of the box. But, you can edit a couple of things...

Just open the `rocket-nginx.ini` file and see all the options in it.

You can add a new section based on the default configuration like this:
```
# This creates the new section and will generate a new configuration
[example.com : default]
# This will add a new header named "Is-NewSection" with the value "Yes" to the medias section
media_header[Is-NewSection] = "Yes"
```



## <a name='debug'>Debug</a>
Expand Down

0 comments on commit 9bd0801

Please sign in to comment.