Custom Query (2297 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 2297)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#2089 invalid Directive "if" embeding is not allowed but not record. zhoushulin1992@…
Description

Directive "if" should not allow another "if" inside, but this is not record in the doc https://nginx.org/en/docs/http/ngx_http_rewrite_module.html#if. It is better to add this information in the doc.

#2091 wontfix The description of directive "index" is inaccurate. zhoushulin1992@…
Description

In the document of directive "index" in https://nginx.org/en/docs/http/ngx_http_index_module.html#index, it says that "The last element of the list can be a file with an absolute path". However, it should be "Only the last element of the list can be a file with an absolute path", the original expression is not accurate. It is better to adjust the expression.

#2092 wontfix The description about directive "proxy_redirect" is not clear. zhoushulin1992@…
Description

In the description of directive "proxy_redirect" in https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_redirect, "The default replacement specified by the default parameter uses the parameters of the location and proxy_pass directives", this indicates that "proxy_redirect" uses the value of "proxy_pass", implicitly specify the order of these two directives, i.e. "proxy_redirect default" should be placed after the "proxy_pass" directive. However, in case of unintentional error, I suggest we explicitly state this information in the doc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.