Skip to content
Snippets Groups Projects
Commit acc86e2e authored by Florian Schaal's avatar Florian Schaal
Browse files

cleanup template

parent c75ab942
No related branches found
No related tags found
1 merge request!535Stable 3.1
...@@ -273,13 +273,6 @@ server { ...@@ -273,13 +273,6 @@ server {
} }
</tmpl_if> </tmpl_if>
location ~ /\.well-known/acme-challenge/ {
root /usr/local/ispconfig/interface/acme/;
index index.html index.htm;
try_files $uri =404;
}
<tmpl_loop name="basic_auth_locations"> <tmpl_loop name="basic_auth_locations">
location <tmpl_var name='htpasswd_location'> { ##merge## location <tmpl_var name='htpasswd_location'> { ##merge##
auth_basic "Members Only"; auth_basic "Members Only";
......
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