Welcome! Log In Create A New Profile

Advanced

Re: Whitelisting Req/Conn Limiting

June 01, 2014 05:02AM
Thanks for the reply

1) Your explanation clarified my misunderstanding, much appreciated.

2) Your suggestion would make a lot of sense. But after reading your response, I realized I wrote the check wrong in my example. I'm trying to whitelist an inbound request from a specific server, not one that Nginx is serving. Instead of $hostname I should be using $remote_addr and the IP of the remote server I'm attempting to whitelist from the throttling. i.e.

if ( $remote_addr = XX.XXX.XXX.XXX ) {
set $whitelist 1;
}
Subject Author Posted

Whitelisting Req/Conn Limiting

SupaIrish May 30, 2014 07:18PM

Re: Whitelisting Req/Conn Limiting

SupaIrish May 30, 2014 07:18PM

Re: Whitelisting Req/Conn Limiting

B.R. May 30, 2014 10:20PM

Re: Whitelisting Req/Conn Limiting

SupaIrish June 01, 2014 05:02AM

Re: Whitelisting Req/Conn Limiting

B.R. June 01, 2014 08:12AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 313
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready