nginxModules.aws-auth: fix warning message

This commit is contained in:
Izorkin
2020-09-09 11:39:37 +03:00
parent 96311ca1c3
commit 79906c4908

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 {