We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008ef88 commit 2a62984Copy full SHA for 2a62984
1 file changed
install/tpl/nginx_ispconfig.vhost.master
@@ -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
+}
8
server {
9
listen {vhost_port};
10
listen [::]:{vhost_port} ipv6only=on;
0 commit comments