Index files doesnt work properly?

Hello everyone,

i’m having a strange issue/bug since I upgraded to the newest caddy version (Caddy 0.10.3). Everytime I try to connect to a page of me it doesn’t use my index.html/index.php by default. I can open the file when I manually enter the path to it

Example:
example.com → 404
Example Domain → Works

Caddyfile:
mydomain.tld {
root /var/www/xxx/httpdocs
tls {
dns cloudflare
}
}

“index index.html” also doesn’t work

I hope you guys know a solution. Thanks ^^

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