You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
map: # Configure maps -- Available only in the 'stream' context
965
+
hash_bucket_size: 64
966
+
hash_max_size: 2048
967
+
mappings: # List of dictionaries
968
+
- string: $remote_addr # Required
969
+
variable: $upstream # Required
970
+
hostnames: false # Boolean
971
+
volatile: false # Boolean
972
+
content: # Dictionary or list of dictionaries
973
+
- value: default
974
+
new_value: 0
964
975
custom_directives: # String or a list of strings. Custom directive for specific use cases not covered by templates. Note: You need to include each directive in its full form. Make sure you add a semi-colon or closing curly bracket at the end of each directive.
965
976
- server {};
966
977
servers: # All previous modules are also available (when allowed) in the 'servers' context.
0 commit comments