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
I'll add it to the backlog! In the meantime, I would suggest using the custom_directives parameter to workaround not having map support in the stream context 😄
Is your feature request related to a problem? Please describe
We use the stream module for reverse proxy ssl connection, so we need something like this:
`
stream {
}
`
AFAK, in http module there is the map statement:
map: hash_bucket_size: 128 hash_max_size: 4096 mappings: - string: $http_host variable: $name ...
But there is none in stream module.
Describe the solution you'd like
use the map in stream module as there is in http module
Describe alternatives you've considered
For now, we will use the custom_directives, or try to do it using a local branch
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: