Hi everyone, I just started using OLS the other day and couldn't find any resources out there for recommend WordPress configurations for tuning, security, etc. For example on perClientConnLimit and lsrecaptcha, I have these:
Any help would be appreciated, thank you! I'm also building this as a Docker image, so far everything works great. Once I finalize everything, I will be releasing it publicly to the Docker Hub.
Code:
perClientConnLimit {
staticReqPerSec 50
dynReqPerSec 25
outBandwidth 0
inBandwidth 0
softLimit 25
hardLimit 50
blockBadReq 1
gracePeriod 15
banPeriod 60
}
lsrecaptcha {
enabled 1
type 1
regConnLimit 50
sslConnLimit 50
}