Marius Burkard
2016-05-27 2a629844e8d67d6bc31d54e34ad1cda833c2e360
Revert "Removed code that was used as test fix for a letsencrypt issue."

This reverts commit 008ef889530b3e24ca533229e5c3dabe38e81227.
1 files modified
7 ■■■■■ changed files
install/tpl/nginx_ispconfig.vhost.master 7 ●●●●● patch | view | raw | blame | history
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};