Page MenuHomeDevCentral
Paste P199

nginx block for Let's encrypt
ActivePublic

Authored by dereckson on Jun 21 2016, 22:52.
Tags
None
Referenced Files
F41088: nginx block for Let's encrypt
Jun 21 2016, 22:52
Subscribers
# -------------------------------------------------------------
# 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;
}