Home
DevCentral
Search
Configure Global Search
Log In
Transactions
P150
Change Details
Change Details
Old
New
Diff
# ------------------------------------------------------------- # Configuration for Let's encrypt nginx # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Author: Sébastien Santoro aka Dereckso # Created: 2016-01-05 # Description: Get SSL certificates from Let's encrypt # ------------------------------------------------------------- location /.well-known/acme-challenge { default_type text/plain; root /var/letsencrypt-auto; }
# ------------------------------------------------------------- # Configuration for Let's encrypt nginx # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Author: Sébastien Santoro aka Dereckso # Created: 2016-01-05 # Description: Get SSL certificates from Let's encrypt # ------------------------------------------------------------- location /.well-known/acme-challenge { default_type text/plain; root /var/letsencrypt-auto; }
Continue