Latest update - 9091
This commit is contained in:
@@ -75,7 +75,6 @@ typedef struct {
|
||||
unsigned wildcard:1;
|
||||
unsigned ssl:1;
|
||||
unsigned http2:1;
|
||||
unsigned http3:1;
|
||||
unsigned quic:1;
|
||||
#if (NGX_HAVE_INET6)
|
||||
unsigned ipv6only:1;
|
||||
@@ -240,7 +239,6 @@ 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