1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-08-24 08:21:55 +00:00

feat: handle acme challenge location by default

This commit is contained in:
Nicolas Duchon
2024-06-05 08:23:55 +02:00
parent 8de923fd33
commit 4bd542de99
7 changed files with 10 additions and 9 deletions

View File

@@ -39,8 +39,6 @@ services:
sut:
image: nginxproxy/nginx-proxy:test
environment:
ACME_HTTP_CHALLENGE_LOCATION: "true"
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
- ./certs:/etc/nginx/certs:ro

View File

@@ -20,6 +20,8 @@ services:
sut:
image: nginxproxy/nginx-proxy:test
environment:
ACME_HTTP_CHALLENGE_LOCATION: "legacy"
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
- ./certs:/etc/nginx/certs:ro