caddy/modules
Matthew Holt 4bd9496525
Fix Schrodinger's file existence check in file matcher
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.
2019-09-06 12:57:12 -06:00
..
caddyhttp Fix Schrodinger's file existence check in file matcher 2019-09-06 12:57:12 -06:00
caddytls Refactor Caddyfile adapter and module registration 2019-08-21 10:46:35 -06:00