sks-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sks-devel] Missing peers on status page


From: Kristian Fiskerstrand
Subject: Re: [Sks-devel] Missing peers on status page
Date: Wed, 4 Oct 2017 14:37:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

On 10/04/2017 02:32 PM, Frank de Bot wrote:
> It seems ausing some confusion, so I've adjusted the loadbalancer to
> route the pks/lookup?op=stats to the 'outward facing' sks instance.
> (Because of the only difference with queries was the query string, it
> was quite some trying and failing with rewrite in apache)

Don't know the syntax in apache, but for others trying to do the same
using nginx it is along the lines of
map $arg_op $upstream_server {
        "stats" sks_servers_primary;
        default sks_servers;
}

where sks_servers and sks_server_primary are defined as upstream

-- 
----------------------------
Kristian Fiskerstrand
Blog: https://blog.sumptuouscapital.com
Twitter: @krifisk
----------------------------
Public OpenPGP keyblock at hkp://pool.sks-keyservers.net
fpr:94CB AFDD 3034 5109 5618 35AA 0B7F 8B60 E3ED FAE3
----------------------------
"At 18 our convictions are hills from which we look; At 45 they are
caves in which we hide."
(F. Scott Fitzgerald)

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]