sks-devel
[Top][All Lists]
Advanced

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

Re: [Sks-devel] nginx and SKS


From: Eygene Ryabinkin
Subject: Re: [Sks-devel] nginx and SKS
Date: Mon, 25 Apr 2011 11:02:11 +0400

David, good day.

Sun, Apr 24, 2011 at 09:04:03PM -0700, David Benfell wrote:
> Does anyone have SKS working with nginx?

If by "working with nginx" you mean "redirecting from port
80 to 11371 using Nginx", I think that the following stanzas
will help you:
{{{
    server {
        listen       YOUR_IP_HERE:80;
        server_name  YOUR_DNS_NAME_HERE;

        rewrite ^.*$ http://SKS_DNS_NAME_HERE:11371/ permanent;
    }
}}}
-- 
rea

Attachment: pgpVx0oMvq47d.pgp
Description: PGP signature


reply via email to

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