Replace last_reload with correct value of last_change in README

Fixes #62
This commit is contained in:
Lee Valentine 2018-10-13 21:36:52 +01:00
parent cbea8fc505
commit 08064eb40d

View file

@ -82,7 +82,7 @@ $variable_name metadata <field>
Available fields: Available fields:
- build_epoch: the build timestamp of the maxmind database. - 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_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): ##### Autoreload (default: disabled):
Enabling auto reload will have nginx check the modification time of the database at the specified Enabling auto reload will have nginx check the modification time of the database at the specified