ispconfig-letsencrypt/nginx.conf.patch

16 lines
287 B
Diff
Raw Normal View History

--- /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
2015-11-09 02:13:08 +01:00
@@ -9,6 +9,12 @@
http {
+ server {
+ location ~ /.well-known/acme-challenge/(.*) {
+ default_type text/plain;
2015-11-09 02:13:08 +01:00
+ }
+ }
+
##
# Basic Settings
##