Skip to content
Snippets Groups Projects
Commit c9b5ed4f authored by Marius Burkard's avatar Marius Burkard
Browse files

- allow letsencrypt call to challenge dir

parent a713050f
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ server {
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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment