Latest update - 9048
This commit is contained in:
@@ -76,6 +76,7 @@ typedef struct {
|
||||
unsigned ssl:1;
|
||||
unsigned http2:1;
|
||||
unsigned http3:1;
|
||||
unsigned quic:1;
|
||||
#if (NGX_HAVE_INET6)
|
||||
unsigned ipv6only:1;
|
||||
#endif
|
||||
@@ -240,6 +241,7 @@ struct ngx_http_addr_conf_s {
|
||||
unsigned ssl:1;
|
||||
unsigned http2:1;
|
||||
unsigned http3:1;
|
||||
unsigned quic:1;
|
||||
unsigned proxy_protocol:1;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user