ispconfig-letsencrypt/nginx.conf.patch
Alexandre Alouit 125e1d95ed bugfix
- backup nginx configuration before patch it
- apache/nginx « application/jose+json » to « text/plain »
2015-12-01 17:57:44 +01:00

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
##