Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
acc86e2e
Commit
acc86e2e
authored
Feb 23, 2017
by
Florian Schaal
Browse files
cleanup template
parent
c75ab942
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/conf/nginx_vhost.conf.master
View file @
acc86e2e
...
...
@@ -273,13 +273,6 @@ server {
}
</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">
location <tmpl_var name='htpasswd_location'> { ##merge##
auth_basic "Members Only";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment