Skip to content

Commit 008ef88

Browse files
author
Till Brehm
committed
Removed code that was used as test fix for a letsencrypt issue.
1 parent f8a07d1 commit 008ef88

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

install/tpl/nginx_ispconfig.vhost.master

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
server {
2-
location ~ /\.well-known/acme-challenge/ {
3-
root /usr/local/ispconfig/interface/acme/;
4-
index index.html index.htm;
5-
try_files $uri =404;
6-
}
7-
}
81
server {
92
listen {vhost_port};
103
listen [::]:{vhost_port} ipv6only=on;

0 commit comments

Comments
 (0)