Marius Burkard
2016-05-27 cb16d9aceb0e0468aeed8249df97cd86d86dc9c5
- added global nginx location for letsencrypt
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};