125e1d95ed
- backup nginx configuration before patch it - apache/nginx « application/jose+json » to « text/plain »
15 lines
287 B
Diff
15 lines
287 B
Diff
--- /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
|
|
##
|