Error: adapting config using caddyfile: imported.Caddyfile:1: unrecognized global option: domain.example.com

My domain isn’t domain.example.com, I just redact my real domain

Caddyfile:

import path/to/caddyfiles/*.Caddyfile

imported.Caddyfile

domain.example.com {
        reverse_proxy :3010
}

my bad, I have not closed bracket in global options

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.