My users are getting the following when they try to signup:
“New registrations are not allowed from your IP address (maximum limit reached). Contact a staff member.”
I didn’t set a limit that I know of, so not sure why this is happening. We are all at the same three IP address because the forum is for a company intranet.
Подключитесь к вашему серверу по SSH и отредактируйте файл app.yml, добавив это в блок templates:
- "templates/cloudflare.template.yml"
Убедитесь, что строка выровнена с другими шаблонами в этом блоке. Файл YML очень чувствителен к любым ошибкам отступа. Перед символом - должны быть два пробела.
Спасибо за это! Наш сайт находится за Cloudflare — я попытался добавить templates/cloudflare.template.yml в наш app.yml, но всё ещё получаю то же сообщение об ошибке. Является ли шаблон cloudflare взаимоисключающим с шаблоном web.ratelimited?