Try telnetting to port 80 on 192.168.0.3 and .4 to check they're
listening, and that www.anyway.com resolves correctly...
On Sun, 2013-04-21 at 08:29 +0200, Jörg Kastning wrote:
> Hello all.
>
>
> I'm new to this maillinglist as to nginx as well. I setup a nginx to
> run as a loadbalancer with
Hello all.
I'm new to this maillinglist as to nginx as well. I setup a nginx to run as
a loadbalancer with just adding the following lines to my
/etc/nginx/nginx_conf. This config works fine.
http {
upstream loadbalancer1 {
server 192.168.0.1:80;
server 192.168.0.2:80;
}
server {
Hi Roberto,
On 04/20/2013 01:18 AM, Roberto Moreda wrote:
Hi,
Is someone working in OCSP validation of client certificates?
I just want to know if someone is interested or working already before trying
to do it myself :-)
OCSP is mentioned in the documentation of the ngx_http_ssl_module
mod