resolved it. The location block within the server block should look like 
this:

location /.well-known/ {
    root            %(proj_path)s;
    access_log      on;
    log_not_found   on;
    allow all;
}


A


On Sunday, October 16, 2016 at 11:29:00 AM UTC-4, Akhlaq Rao wrote:
>
> Did anybody work with Let's Encrypt, I am struggling to find the following 
> answers.
>
> "If you're using the default configuration file, the root will 
> be/var/www/html" 
> is this correct for Mezzanine?
>
> Does this go under the server block of myApp nginx confg?
>
> location ~ /.well-known {
>                 allow all;
>         }
>
>
> Thanks
>
>

-- 
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.

Reply via email to