Skip to content

Commit

Permalink
Fix typo in rate limit response
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Aug 7, 2021
1 parent b1da6d2 commit 23c0830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/proxy/http.d/ratelimit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ map $status $retry_after {
# Time (in seconds) client should wait before retry
429 '120';
}
add_header Retry_After $retry_after always;
add_header Retry-After $retry_after always;

0 comments on commit 23c0830

Please sign in to comment.