Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Vojtech Myslivec
ISPConfig 3
Commits
5662bd16
Commit
5662bd16
authored
Apr 12, 2019
by
Guillaume Chauvin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #5290 - Allow Certbot http challenge behind basic auth
parent
de52e8b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
server/conf/nginx_vhost.conf.master
server/conf/nginx_vhost.conf.master
+1
-0
No files found.
server/conf/nginx_vhost.conf.master
View file @
5662bd16
...
...
@@ -143,6 +143,7 @@ server {
location ^~ /.well-known/acme-challenge/ {
access_log off;
log_not_found off;
auth_basic off;
root /usr/local/ispconfig/interface/acme/;
autoindex off;
index index.html;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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