Skip to content

Commit 2a62984

Browse files
author
Marius Burkard
committed
Revert "Removed code that was used as test fix for a letsencrypt issue."
This reverts commit 008ef88.
1 parent 008ef88 commit 2a62984

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

install/tpl/nginx_ispconfig.vhost.master

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
}
18
server {
29
listen {vhost_port};
310
listen [::]:{vhost_port} ipv6only=on;

0 commit comments

Comments
 (0)