This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
ansible-roles
Watch
15
Star
2
Fork
1
Code
Issues
53
Pull Requests
13
Releases
31
Wiki
Activity
Browse Source
Add directive auth_basic off for nginx configuration
pull/121/head
Eric Morino
2 months ago
parent
1d56e002b4
commit
dd8b989bbe
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
certbot/templates/acme-challenge/nginx.conf.j2
+ 1
- 0
certbot/templates/acme-challenge/nginx.conf.j2
View File
@ -5,5 +5,6 @@ location ~ /.well-known/acme-challenge {
alias {{ certbot_work_dir }}/;
{% endif %}
try_files $uri =404;
auth_basic off;
allow all;
}
Write
Preview
Loading…
Cancel
Save