diff --git a/docker/nginx/conf.d/include/location-skylink b/docker/nginx/conf.d/include/location-skylink index 88203c7d..bcd74e55 100644 --- a/docker/nginx/conf.d/include/location-skylink +++ b/docker/nginx/conf.d/include/location-skylink @@ -37,8 +37,8 @@ access_by_lua_block { return accounts.exit_access_forbidden() end --- -- get account limits of currently authenticated user --- local limits = accounts.get_account_limits() + -- get account limits of currently authenticated user + local limits = accounts.get_account_limits() -- -- apply download speed limit -- ngx.var.limit_rate = limits.download