Lumen help

Passthrough ACME Challenge HTTP request

                ...
"environments": {
    "Production": {
    "origin": {
        "address": "origin.example.com",
        "enable_sni": true
    },
...
            
                ...
"environments": {
    "Production": {
    "origin": {
        "address": "origin.example.com",
        "enable_sni": true,
        "proxy_acme_challenge": true
    },
...