blob: 63a7d62ee6aeed075e36d30fba75a50cc59bc775 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- /etc/nginx/nginx.conf.orig 2015-11-08 02:10:51.275908452 +0100
+++ /etc/nginx/nginx.conf 2015-12-01 17:52:11.275908452 +0100
@@ -9,6 +9,12 @@
http {
+ server {
+ location ~ /.well-known/acme-challenge/(.*) {
+ default_type text/plain;
+ }
+ }
+
##
# Basic Settings
##
|