Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Add nginx_http_extra_params variable in default vars #149

Merged
merged 9 commits into from
Jan 6, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove error from example
  • Loading branch information
Taimoor committed Jan 5, 2017
commit 6d2c62e9dcccb0ea1173728ee438d0a20d4892c5
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ for details.
# retain defaults and add additional `client_max_body_size` param
roles:
- role: jdauphant.nginx
nginx_http_params: {{ nginx_http_params_defaults + my_extra_params }}
nginx_http_params: "{{ nginx_http_params_defaults + my_extra_params }}"
```
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kudos for the documentation !


Note: Each site added is represented by list of hashes, and the configurations
Expand Down