test_disabled.yml 238 B

12345678910111213
  1. services:
  2. nginx-proxy:
  3. environment:
  4. TRUST_DOWNSTREAM_PROXY: "false"
  5. web:
  6. image: web
  7. expose:
  8. - "80"
  9. environment:
  10. WEB_PORTS: "80"
  11. VIRTUAL_HOST: web.nginx-proxy.tld
  12. HTTPS_METHOD: noredirect