mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 16:50:09 +01:00
Resecure sites
This commit is contained in:
committed by
GitHub
parent
34ccf5c3dc
commit
6ba61dcc77
@@ -47,6 +47,7 @@ function createConfigurationDirectory()
|
|||||||
|
|
||||||
if ($this->files->isDir($oldPath)) {
|
if ($this->files->isDir($oldPath)) {
|
||||||
rename($oldPath, VALET_HOME_PATH);
|
rename($oldPath, VALET_HOME_PATH);
|
||||||
|
Nginx::rewriteSecureNginxFiles();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user