Re: [mezzanine-users] ngnix configurations overwritten

2016-06-28 Thread Akhlaq Rao
Ok, great explanation. I have a very clear view now how things are working on Fabric side. I really appreciated your help. Thanks alot! On Tue, Jun 28, 2016 at 4:19 PM, Eduardo Rivas wrote: > Sure, I hope this clears it up: > > The idea is that the SSL cert should

Re: [mezzanine-users] ngnix configurations overwritten

2016-06-28 Thread Akhlaq Rao
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

Re: [mezzanine-users] ngnix configurations overwritten

2016-06-28 Thread Eduardo Rivas
It should be inside the deploy/ folder in your project root. -- 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 mezzanine-users+unsubscr...@googlegroups.com.

Re: [mezzanine-users] ngnix configurations overwritten

2016-06-28 Thread Akhlaq Rao
Hi Rivas, I am directly modifying the file on server, I have no clue how do I use the template because I can't find it in my project. Any idea where do I find the template for nginx? Thanks. On Tue, Jun 28, 2016 at 3:24 PM, Eduardo Rivas wrote: > Are you applying your

Re: [mezzanine-users] ngnix configurations overwritten

2016-06-28 Thread Eduardo Rivas
Are you applying your changes to the nginx template in your repo? The idea with Fabric is that you edit all configuration files in the included templates instead of doing it directly on the server. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users"

[mezzanine-users] ngnix configurations overwritten

2016-06-28 Thread Akhlaq Rao
Everytime I deploy my project to DigitalOcean through Fabric, it over writes my (app).conf settings. I enabled SSL through settings then after deployment I see the SSL is all commented out. What could be wrong? Thanks. -- You received this message because you are subscribed to the Google