Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F41088
nginx block for Let's encrypt
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
dereckson
Jun 21 2016, 22:52
2016-06-21 22:52:30 (UTC+0)
Size
581 B
Referenced Files
None
Subscribers
None
nginx block for Let's encrypt
View Options
# -------------------------------------------------------------
# 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;
}
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37423
Default Alt Text
nginx block for Let's encrypt (581 B)
Attached To
Mode
P199 nginx block for Let's encrypt
Attached
Detach File
Event Timeline
Log In to Comment