mirror of
https://github.com/thib8956/nginx-proxy
synced 2026-03-30 00:57:56 +00:00
Compare commits
1 Commits
test-branc
...
no-https-r
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
944163d70d |
@@ -251,8 +251,9 @@ server {
|
||||
access_log /var/log/nginx/access.log vhost;
|
||||
|
||||
# Do not HTTPS redirect Let'sEncrypt ACME challenge
|
||||
location /.well-known/acme-challenge/ {
|
||||
location ^~ /.well-known/acme-challenge/ {
|
||||
auth_basic off;
|
||||
auth_request off;
|
||||
allow all;
|
||||
root /usr/share/nginx/html;
|
||||
try_files $uri =404;
|
||||
|
||||
Reference in New Issue
Block a user