RussellLuo/caddy-ext/ratelimit error?

RussellLuo/caddy-ext/ratelimit

panic: Something in this program imports go4.org/unsafe/assume-no-moving-gc to declare that it assumes a non-moving garbage collector, but your version of go4.org/unsafe/assume-no-moving-gc hasn’t been updated to assert that it’s safe against the go1.19 runtime. If you want to risk it, run with environment variable ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.19 set. Notably, if go1.19 adds a moving garbage collector, this program is unsafe to use.

{
debug
}
{
order rate_limit before basicauth
}
:1501 {
log {
output file A05.log
}
file_server /resA05/*
route / {
rate_limit * 64r/m
respond 200
}
}
:1502 {
reverse_proxy 120.78.166.145:9279
}

what error is?

Please open an issue on that repo. You’re more likely to get help for that plugin there.

This topic was automatically closed after 30 days. New replies are no longer allowed.