mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-12 00:49:03 -04:00
See: https://stackoverflow.com/a/12518877/1048862 For example, trying to check the existence of "/www/index.php/index.php" fails but not with an os.IsNotExist()-type error. So we have to assume that a file that cannot be successfully stat'ed at all does not exist.