mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 10:15:22 +00:00
Update CHANGELOG
This commit is contained in:
parent
cc09f8a105
commit
adf440e0b0
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 1.50-RC5 (2019/04/15)
|
||||
|
||||
* Bind IPv6 (Issue #28)
|
||||
|
||||
## 1.50-RC4 (2019/04/13)
|
||||
|
||||
* Add `LOG_IP_VAR` environment variable (Issue #22)
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ It's a fork of [CrazyMax's LibreNMS Docker image repository](https://github.com/
|
|||
* `OPCACHE_MEM_SIZE` : PHP OpCache memory consumption (default `128`)
|
||||
* `REAL_IP_FROM` : Trusted addresses that are known to send correct replacement addresses (default `0.0.0.0/32`)
|
||||
* `REAL_IP_HEADER` : Request header field whose value will be used to replace the client address (default `X-Forwarded-For`)
|
||||
* `LOG_IP_VAR` : Use another variable to retrieve the remote IP address in Nginx. If you use a reverse proxy you can set `http_x_forwarded_for` example. (default `remote_addr`)
|
||||
* `LOG_IP_VAR` : Use another variable to retrieve the remote IP address for access [log_format](http://nginx.org/en/docs/http/ngx_http_log_module.html#log_format) on Nginx. (default `remote_addr`)
|
||||
|
||||
#### (Distributed) Poller
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue