I can't confirm this. HUP is working great on Ubuntu 14.04.
p.s. nginx was installed from repository nginx, not from repo ubuntu.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,259369,259394#msg-259394
___
nginx mailing list
nginx@nginx.org
h
On Thu, Jun 4, 2015 at 10:27 PM, Thiago Farina wrote:
> Hi!
>
> Could nginx be the cause of (google chrome message):
>
> "
> This webpage is not available
>
> ERR_CONNECTION_TIMED_OUT
> "
>
> My IP change is dynamic and changed this afternoon, and after that all
> I'm getting now is this TIMEOUT.
Hi!
Could nginx be the cause of (google chrome message):
"
This webpage is not available
ERR_CONNECTION_TIMED_OUT
"
My IP change is dynamic and changed this afternoon, and after that all
I'm getting now is this TIMEOUT. I have stopped and restarted nginx
many times now but still the same proble
On Thu, Jun 4, 2015 at 9:36 PM, Xavier Noria wrote:
gzip_proxied on;
>
s/on/any/
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hi Rainer,
Thank you for this quick answer.
So my idea to declare a server for port 25 and an other for ports 465 and
587 is probably good.
You pitch about Haraka lead me to investigate about it. Maybe it will solve
my need to route emails as I need to do.
Posted at Nginx Forum:
http://forum.n
> Am 04.06.2015 um 20:13 schrieb dethegeek :
>
> Hi
>
> Still building a nginx reverse proxy for my mail servers. Thanks to the
> community, I now have a secure connection between nginx and my backend mail
> server.
>
> POP and IMAP are working well, from a MUA to my server.
>
> I'm wondering
Ahhh, I see.
We've seen that if you want cache + compression, then you need Vary. So
by counter-reciprocal the trade-off of gzip_vary off is that the response
can't be cached at all in the sense that you're not sending the proper
headers. *No matter if the cache is private or shared*. At least in
Hi
Still building a nginx reverse proxy for my mail servers. Thanks to the
community, I now have a secure connection between nginx and my backend mail
server.
POP and IMAP are working well, from a MUA to my server.
I'm wondering how nginx can manage SMTP coonnections as it is used by both
MUA a
Hello,
Thanks. Yeah looks like it has something to do with our patches although not
sure what exactly. Worked just fine with a plain nginx binary.
-Kunal
- Original Message -
From: "Maxim Dounin"
To: nginx@nginx.org
Sent: Wednesday, June 3, 2015 7:14:29 PM
Subject: Re: HUP signal to ngi
Does following line on work?location = /
{return 301
http://workspace.corp.no/workspace/agentLogin;}You need some web
server on to return a 301. Or you can try port
forwarding to Node-01, although IMHO, not a good idea.
At 2015-06-04 17:28:44, "smsm
Hello!
On Thu, Jun 04, 2015 at 03:41:32PM +0200, Xavier Noria wrote:
> On Thu, Jun 4, 2015 at 3:11 PM, Maxim Dounin wrote:
>
> The problem with Vary is that it causes bad effects on shared caches, in
> > particular, it normaly results in cache duplication.
>
>
> You mean that if client A requ
On Thu, Jun 4, 2015 at 3:11 PM, Maxim Dounin wrote:
The problem with Vary is that it causes bad effects on shared caches, in
> particular, it normaly results in cache duplication.
You mean that if client A requests a resource with Accept-Encoding: gzip,
and client B without, and the resource ha
Hello!
On Thu, Jun 04, 2015 at 11:49:18AM +0200, Xavier Noria wrote:
> On Thu, Jun 4, 2015 at 10:56 AM, Jason Woods wrote:
>
> An HTTP/1.1 server SHOULD include a Vary header field with any
> >cacheable response that is subject to server-driven negotiation.
> >Doing so allows a cache to
On Thu, Jun 4, 2015 at 10:56 AM, Jason Woods wrote:
An HTTP/1.1 server SHOULD include a Vary header field with any
>cacheable response that is subject to server-driven negotiation.
>Doing so allows a cache to properly interpret future requests on that
>resource and informs the user ag
Hi Francis
Expectation is to redirect the request to the absolute URL
(http://workspace.corp.no/workspace/agentLogin) when an end user access the
request http://
NGINX is installed on server Node-01
The content to be loaded (workspace-dns-name) is deployed on another server
Node-02
Steps to achi
Hi
> On 4 Jun 2015, at 08:16, Xavier Noria wrote:
>
> I have used gzip_static for some years without any issue that I am aware of
> with the default gzip_vary off.
>
> My reasoning is that the HTTP spec says in
>
> http://tools.ietf.org/html/rfc2616#page-145
>
> that "the Vary field valu
On 6/4/15 1:16 AM, Thiago Farina wrote:
> Thanks all devs who put Nginx together and made this awesome piece of work!
>
> With it and freedns.afraid.org I was able to host my site from my home server.
>
Thanks for using nginx!
--
Maxim Konovalov
http://nginx.com
___
I have used gzip_static for some years without any issue that I am aware of
with the default gzip_vary off.
My reasoning is that the HTTP spec says in
http://tools.ietf.org/html/rfc2616#page-145
that "the Vary field value advises the user agent about the criteria that
were used to select the
thank you for your comment; i'll re-test with 1.8 and adjust the document
accordingly.
i think the config-workaround is obsolete too.
cheers,
mex
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,259325,259372#msg-259372
___
nginx maili
19 matches
Mail list logo