| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-11-21 | Upstream: revised upstream response time variables. | Vladimir Homutov | 1 | -9/+7 | |
| Variables now do not depend on presence of the HTTP status code in response. If the corresponding event occurred, variables contain time between request creation and the event, and "-" otherwise. Previously, intermediate value of the $upstream_response_time variable held unix timestamp. | |||||
| 2017-08-01 | Variables: macros for null variables. | Ruslan Ermilov | 1 | -1/+1 | |
| No functional changes. | |||||
| 2016-09-22 | Upstream: max_conns. | Ruslan Ermilov | 1 | -1/+19 | |
| 2016-09-20 | Fixed log levels of configuration parsing errors. | Valentin Bartenev | 1 | -2/+2 | |
| All the errors that prevent loading configuration must be printed on the "emerg" log level. Previously, nginx might silently fail to load configuration in some cases as the default log level is "error". | |||||
| 2016-09-02 | Stream: upstream response time variables. | Vladimir Homutov | 1 | -0/+81 | |
| The $upstream_connect_time, $upstream_first_byte_time and $upstream_session_time variables keep corresponding times. | |||||
| 2016-09-02 | Stream: $upstream_bytes_sent and $upstream_bytes_received. | Vladimir Homutov | 1 | -0/+63 | |
| 2016-09-02 | Stream: the $upstream_addr variable. | Vladimir Homutov | 1 | -1/+91 | |
| Keeps the full address of the upstream server. If several servers were contacted during proxying, their addresses are separated by commas, e.g. "192.168.1.1:80, 192.168.1.2:80". | |||||
| 2016-07-12 | Stream: style. | Vladimir Homutov | 1 | -1/+1 | |
| 2016-06-15 | Stream: added preconfiguration step. | Vladimir Homutov | 1 | -0/+1 | |
| 2016-03-23 | Stream: detect port absence in proxy_pass with IP literal. | Roman Arutyunyan | 1 | -1/+1 | |
| This is a clone of http commit 26c127bab5ef. | |||||
| 2016-02-04 | Dynamic modules: changed ngx_modules to cycle->modules. | Maxim Dounin | 1 | -4/+4 | |
| 2015-06-09 | Stream: added postconfiguration method to stream modules. | Vladimir Homutov | 1 | -0/+2 | |
| 2015-04-20 | Stream: port from NGINX+. | Ruslan Ermilov | 1 | -0/+462 | |
