Update botblocker-nginx-settings.conf

This commit is contained in:
Mitchell Krog 2019-06-27 15:08:13 +02:00
parent 75056690c8
commit 01bbf29b51
No known key found for this signature in database
GPG key ID: C243C388553EDE5D
4 changed files with 6 additions and 44 deletions

View file

@ -62,7 +62,7 @@ echo "${bold}${yellow}----------------------------------------------------------
printf "\n\n"
sleep 10s
ratelimittestfile=${TRAVIS_BUILD_DIR}/.dev-tools/test_units/ratelimittest.txt
ratelimittestfile=${TRAVIS_BUILD_DIR}/.dev-tools/test_units/ratelimittest-beta.txt
truncate -s 0 ${ratelimittestfile}
curl -A "GoogleBot" http://localhost:9000 2>&1 > ${ratelimittestfile} &
curl -A "GoogleBot" http://localhost:9000 2>&1 >> ${ratelimittestfile} &