Skip to content

Commit cb16d9a

Browse files
author
Marius Burkard
committed
- added global nginx location for letsencrypt
1 parent 62b400c commit cb16d9a

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)