Marius Burkard
2016-01-18 c9b5ed4f09b73c7a9008ca9736ce4fd85a9ebdbc
- allow letsencrypt call to challenge dir
1 files modified
2 ■■■ changed files
server/conf/nginx_vhost.conf.master 2 ●●● patch | view | raw | blame | history
server/conf/nginx_vhost.conf.master
@@ -112,7 +112,7 @@
        access_log /var/log/ispconfig/httpd/<tmpl_var name='domain'>/access.log combined;
        ## Disable .htaccess and other hidden files
        location ~ /\. {
        location ~ /\.(?!well-known/acme-challenge/) {
            deny all;
            access_log off;
            log_not_found off;