Closed ghost closed 2 years ago
OK, Now that I removed comma and that Caddyfile is not crushing, I found it is complaining about the file not being found (using docker, so having a hard time copying the referral-spam.caddy
file to the new volume).
So what I did is to copy its content and past it directly in the Caddyfile, and now I find another error complaining about:
unrecognized directive:
if_op
.
my bad, I should have imported the file inside the domain namespace. So that was a Caddy config issue on my side.
Hi, Thank you Stevie for this amazing solution !
Just wanted to point that with the comma I have an error and without the comma it works fine (or at least it doesn't break, because I did not test a referral link I cannot tell for sure).
Also see this discussion They are talking about
import
rather thaninclude
so could you please confirm which one to use here ?Thanks again,