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

_______________________________________________
Sks-devel mailing list
Sks-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/sks-devel

Reply via email to