mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-28 17:52:29 -04:00
f7fcd7447a
NewTestController now sets the site root to '.' to accomodate Windows. This introduced a failure on Linux because we join "." and an absolute path in /tmp/ and end up looking for the temp file in the wrong place. This change puts the temp file under the current working directory, which should resolve the issue.