Hello, I've been using nginx pretty successfully for awhile, and this problem started recently. I've got CentOS 5 and the nginx from yum (nginx/0.6.32). Here is my config: upstream search1.us_seach { server slave1.search1.xxxxxx.us:8080 weight=3 max_fails=40 fail_timeout=20s; server master.search1.xxxxxx.us:8080 weight=1 max_fails=0; } When thby JacobSingh - Nginx Mailing List - English
Hi folks, I posted in the paid help about this too... here is the issue: We currently have a setup where we have multiple app servers sitting behind NGINX. We want to provide HMAC based authentication comparing an hash of the content or headers of the request against an authenticator using a known key (which varies depending on which URL you are trying to access). We receive on port 80.by JacobSingh - Nginx Mailing List - English
We currently have a setup where we have multiple app servers sitting behind NGINX. We want to provide HMAC based authentication comparing an hash of the content or headers of the request against an authenticator using a known key (which varies depending on which URL you are trying to access). Currently, we receive requests on port 80, send them to a python fcgi progam which does the logic, andby JacobSingh - Requests for Paid Services