Yes, exactly I see it as the length of env.domains determines the value of ssl_disable. Could you please help me to understand how to produce ssl_disable = false by the following statement.
I am trying to set SSL so which ever way it produces true. env.ssl_disabled = "#" if len(env.domains) > 1 else "" *Thanks,* On Tue, Jun 28, 2016 at 3:51 PM, Eduardo Rivas <[email protected]> wrote: > Check the fabfile. All environment variables are defined there. Some are > taken directly from the FABRIC dictionary in settings, others are defined > conditionally. > > The SSL variable depends on the amount of domains you have configured. > However, most of the times I just remove it completely from the nginx > template and just define my own SSL configuration. > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
