Opened 6 years ago
Last modified 6 years ago
#1629 new enhancement
use variable in for proxy_ssl in stream module
Reported by: | James Callahan | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | other | Version: | 1.15.x |
Keywords: | Cc: | ||
uname -a: | |||
nginx -V: | N/A |
Description
I'd like to be able to use a variable to decide on proxy_ssl when using the stream module.
Attachments (1)
Change History (2)
by , 6 years ago
Attachment: | 0001-add-stream_session-upstream_ssl-to-configure-per-str.patch added |
---|
comment:1 by , 6 years ago
Note:
See TracTickets
for help on using tickets.
As a start (and enough to start using in nginx modules), I'm submitting the attached patch to add a
upstream_ssl
member to thengx_stream_session_s
structure.