Re: PATCH: Add $fqdn stream and http variable.

2018-11-26 Thread Maxim Dounin
Hello! On Sun, Nov 25, 2018 at 02:49:12PM -0800, David Coles wrote: > Hi Maxim. Thanks for your comments. > > On Sat, Nov 24, 2018 at 4:35 AM Maxim Dounin wrote: > > No, thank you. This change makes nginx startup unconditionally > > dependant on the DNS availability. This is not something we

Re: PATCH: Add $fqdn stream and http variable.

2018-11-25 Thread David Coles
Hi Maxim. Thanks for your comments. On Sat, Nov 24, 2018 at 4:35 AM Maxim Dounin wrote: > No, thank you. This change makes nginx startup unconditionally > dependant on the DNS availability. This is not something we are > going to accept. That's reasonable. I based this behaviour off `hostname

Re: PATCH: Add $fqdn stream and http variable.

2018-11-24 Thread Maxim Dounin
Hello! On Fri, Nov 23, 2018 at 02:31:17PM -0800, David Coles wrote: > # HG changeset patch > # User David Coles > # Date 1543000128 0 > # Fri Nov 23 19:08:48 2018 + > # Node ID 8e014e3bdfbda3c7a22c7980c163bcea1c4474b3 > # Parent be5cb9c67c05ccaf22dab7abba78aa4c1545a8ee > Add $fqdn stre

PATCH: Add $fqdn stream and http variable.

2018-11-23 Thread David Coles
# HG changeset patch # User David Coles # Date 1543000128 0 # Fri Nov 23 19:08:48 2018 + # Node ID 8e014e3bdfbda3c7a22c7980c163bcea1c4474b3 # Parent be5cb9c67c05ccaf22dab7abba78aa4c1545a8ee Add $fqdn stream and http variable. This exposes the system's fully-qualified domain name as repo