Skip to content

Commit

Permalink
[Backport] Fix typo in mod_tile.c (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
hummeltech committed Jan 12, 2025
1 parent 7b21e1a commit 9002811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_tile.c
Original file line number Diff line number Diff line change
Expand Up @@ -2996,7 +2996,7 @@ static const command_rec tile_cmds[] = {
mod_tile_enable_throttling_xforward, /* config action routine */
NULL, /* argument to include in call */
OR_OPTIONS, /* where available */
"0 1 2 - use X-Forwarded-For http header to determin IP for throttling when available. 0 => off, 1 => use first entry, 2 => use last entry of the caching chain" /* directive description */
"0 1 2 - use X-Forwarded-For http header to determine IP for throttling when available. 0 => off, 1 => use first entry, 2 => use last entry of the caching chain" /* directive description */
),
AP_INIT_TAKE2(
"ModTileThrottlingTiles", /* directive name */
Expand Down

0 comments on commit 9002811

Please sign in to comment.