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