mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
Resecure TLS sites with configured domain, not dev
This commit is contained in:
@@ -79,7 +79,7 @@ function installCaddyDirectory()
|
||||
function rewriteSecureCaddyFiles()
|
||||
{
|
||||
$domain = $this->configuration->read()['domain'];
|
||||
$this->site->resecureForNewDomain('dev', 'dev');
|
||||
$this->site->resecureForNewDomain($domain, $domain);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user