> "AN" == Alder Network writes:
AN> I tried
AN> listen [::]:80 ipv6only=off;
Although [::]:80 ipv6only=off; does work as advertized (including for
localhost sockets), [::1]:80 ipv6only=off; fails to respond to v4
connections.
-JimC
--
James Cloos OpenPGP: 1024D/ED7DAEA6
___
On Thu, May 02, 2013 at 01:57:47PM -0700, Paul N. Pace wrote:
> On Thu, May 2, 2013 at 1:21 PM, Francis Daly wrote:
> > On Thu, May 02, 2013 at 01:05:29PM -0700, Paul N. Pace wrote:
Hi there,
> >> Other than that, I tried to follow both guides to the letter. When I
> >> go to http://lists.exampl
On Thu, May 2, 2013 at 1:21 PM, Francis Daly wrote:
> On Thu, May 02, 2013 at 01:05:29PM -0700, Paul N. Pace wrote:
>
> Hi there,
>
>> Other than that, I tried to follow both guides to the letter. When I
>> go to http://lists.example.com I get redirected to
>> http://lists.example.com/mailman/list
On Thu, May 02, 2013 at 11:53:12AM -0400, flarik wrote:
Hi there,
> location ~ ^/assets/ {
> location ~* \.(ttf|ttc|otf|eot|woff)$ {
> Now the add_header stuff for webfonts is never set, and I do not understand
> why break has a part in this. When I remove break; it works,
> when i put the
On Thu, May 02, 2013 at 01:05:29PM -0700, Paul N. Pace wrote:
Hi there,
> Other than that, I tried to follow both guides to the letter. When I
> go to http://lists.example.com I get redirected to
> http://lists.example.com/mailman/listinfo (on Chrome and FF, but not
> IE) and I get a 400 Bad Requ
I am trying my first install of Mailman. I have a working
Postfix/Dovecot/MySQL mail server running Ubuntu 12.04 and nginx
stable 1.2.7.
I am following the ngnix Mailman wiki article
http://wiki.nginx.org/Mailman
and the Ubuntu Official Documentation for setting up Mailman.
https://help.ubuntu.
Hello,
I'm trying to undestand the break; statement in combination with add_header
combo, on the wiki it says the following:
"Completes the current set of rules. Continue processing within the current
location block but do not process any more rewrite directives."
I read this as everything that
Thank you for your prompt reply. just one more ... If I have 5 servers on
the upstream, use the IP_HASH, is the load distribution based on a round
robin when requests would go to the first on the list. then the second,
the third, Or does NGIX create some kind of distribution array.
Hi,
I have been reading up on the nginx documentation and also stackoverflow about
creating an Anycast CDN based on nginx-frontends.
We currently use nginx on the backend, and Squid for caching images and mp4's -
however Squid is incredibly difficult to cache the mp4's as it cant handle the
mo