Marius Burkard
2016-05-27 cb16d9aceb0e0468aeed8249df97cd86d86dc9c5
install/tpl/nginx_ispconfig.vhost.master
@@ -1,4 +1,11 @@
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};