I am serving a static folder and have a reverse proxy setup. I’m not able to figure out how to set a header_down for this static folder. Need to set a CORS policy
2. Error messages and/or full log output:
Error: adapting config using caddyfile: parsing caddyfile tokens for 'handle': unrecognized directive: header_down - are you sure your Caddyfile structure (nesting and braces) is correct?, at Caddyfile:34
The header directive is the counterpart to header_down. header can be used anywhere that directives can be used, header_down is only valid within reverse_proxy as a subdirective.