test_acme-http-challenge-location-legacy.yml 380 B

123456789101112131415161718192021
  1. services:
  2. nginx-proxy:
  3. environment:
  4. ACME_HTTP_CHALLENGE_LOCATION: "legacy"
  5. web1:
  6. image: web
  7. expose:
  8. - "81"
  9. environment:
  10. WEB_PORTS: "81"
  11. VIRTUAL_HOST: "web1.nginx-proxy.tld"
  12. web2:
  13. image: web
  14. expose:
  15. - "82"
  16. environment:
  17. WEB_PORTS: "82"
  18. VIRTUAL_HOST: "web2.nginx-proxy.tld"
  19. HTTPS_METHOD: noredirect