# ------------------------------------------------------------- # Configuration for Let's encrypt nginx # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Author: Sébastien Santoro aka Dereckson # Created: 2016-01-05 # Description: Get SSL certificates from Let's encrypt # License: Trivial work, not eligible for copyright. # ------------------------------------------------------------- location /.well-known/acme-challenge { default_type text/plain; root /var/letsencrypt-auto; }