Caddyfile 247 B

1234567891011
  1. https://example.domain {
  2. tls [email protected]
  3. root /var/www/
  4. proxy /test https://127.0.0.1:8443 {
  5. header_upstream Host "example.domain"
  6. header_upstream X-Forwarded-Proto "https"
  7. insecure_skip_verify
  8. }
  9. }