Merge pull request #64 from leev/last_change
Replace last_reload with correct value of last_change in README
This commit is contained in:
commit
f2799599ae
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ $variable_name metadata <field>
|
|||
Available fields:
|
||||
- build_epoch: the build timestamp of the maxmind database.
|
||||
- last_check: the last time the database was checked for changes (when using auto_reload)
|
||||
- last_reload: the last time the database was reloaded (when using auto_reload)
|
||||
- last_change: the last time the database was reloaded (when using auto_reload)
|
||||
|
||||
##### Autoreload (default: disabled):
|
||||
Enabling auto reload will have nginx check the modification time of the database at the specified
|
||||
|
|
Loading…
Reference in a new issue