mirror of
https://github.com/caddyserver/caddy.git
synced 2025-12-08 06:09:53 +00: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. |
||
|---|---|---|
| .. | ||
| browse.go | ||
| browse_test.go | ||
| browselisting.go | ||
| browsetpl.go | ||
| caddyfile.go | ||
| matcher.go | ||
| staticfiles.go | ||
| staticfiles_test.go | ||