nginxModules.aws-auth: fix warning message

This commit is contained in:
Izorkin 2020-09-09 11:39:37 +03:00
parent 96311ca1c3
commit 79906c4908
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ in
{
fastcgi-cache-purge = throw "fastcgi-cache-purge was renamed to cache-purge";
ngx_aws_auth = throw "fastcgi-cache-purge was renamed to aws-auth";
ngx_aws_auth = throw "ngx_aws_auth was renamed to aws-auth";
aws-auth = {
src = fetchFromGitHub {