Custom Query (2296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 2296)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#2631 wontfix version 1.25.5 virtual servers regexp variable is not available zijiren233@…
Description

https://nginx.org/en/docs/stream/ngx_stream_core_module.html#server_name

I tried the function and config: server {

listen 443; server_name ~(www\.)?(.+)$; # temporarily closed dns resolver, problems can be found in domain name resolution errors # resolver 1.1.1.1;

proxy_pass www.$2:443;

}

or: server {

listen 443; server_name ~(www\.)?(?<domain>.+)$;

proxy_pass www.$domain:443;

}

However, it was found in the error that the variables matched by the regular expression are not available, such as $1 $2 $domain, they are all empty strings. 2024/04/24 15:11:20 [error] 20#20: *1 no resolver defined to resolve www., client: 127.0.0.1, server: 0.0.0.0:443, bytes from/to client:0/0, bytes from/to upstream:0/0

#2629 invalid Availability of 1.26 version due to 1.25 EOL tibors13@…
Description

Based on different resources, version 1.25 should reach EOL each April to create new versions 1.2, 1.27 for general availability. Based on https://trac.nginx.org/nginx/milestone/nginx-1.27 the date is not set

Can you please clarify (basically EOL for 1.25 version)?

#2628 invalid Facebook maxwellandy200@…
Description

To earn more followers

1 2 3 4 5 6 7 8 9 10 11
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.