From 008ef889530b3e24ca533229e5c3dabe38e81227 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Fri, 27 May 2016 09:59:24 -0400
Subject: [PATCH] Removed code that was used as test fix for a letsencrypt issue.
---
install/tpl/nginx_ispconfig.vhost.master | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/install/tpl/nginx_ispconfig.vhost.master b/install/tpl/nginx_ispconfig.vhost.master
index d5531ab..8498770 100644
--- a/install/tpl/nginx_ispconfig.vhost.master
+++ b/install/tpl/nginx_ispconfig.vhost.master
@@ -1,11 +1,4 @@
server {
- location ~ /\.well-known/acme-challenge/ {
- root /usr/local/ispconfig/interface/acme/;
- index index.html index.htm;
- try_files $uri =404;
- }
-}
-server {
listen {vhost_port};
listen [::]:{vhost_port} ipv6only=on;
ssl {ssl_on};
--
Gitblit v1.9.1