File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.6.1 (Unreleased)
4
+
5
+ BUG FIXES:
6
+
7
+ * The default template now has a proper example value and comment for the ` map.mappings ` directive.
8
+
3
9
## 0.6.0 (January 29, 2023)
4
10
5
11
ENHANCEMENTS:
Original file line number Diff line number Diff line change @@ -647,14 +647,14 @@ nginx_config_http_template:
647
647
map : # Configure maps -- Available only in the 'http' context
648
648
hash_bucket_size : 64
649
649
hash_max_size : 2048
650
- mappings : # Dictionary or list of dictionaries
651
- string : $remote_addr # Required
652
- variable : $upstream # Required
653
- hostnames : false # Boolean
654
- volatile : false # Boolean
655
- content : # Dictionary or list of dictionaries
656
- - value : default
657
- new_value : 0
650
+ mappings : # List of dictionaries
651
+ - string : $remote_addr # Required
652
+ variable : $upstream # Required
653
+ hostnames : false # Boolean
654
+ volatile : false # Boolean
655
+ content : # Dictionary or list of dictionaries
656
+ - value : default
657
+ new_value : 0
658
658
mirror : # Configure mirrors
659
659
request_body : true # Boolean
660
660
uri : false # String or a list of strings -- Can alternatively be set to 'false'
You can’t perform that action at this time.
0 commit comments