1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 16:50:09 +01:00

Resecure sites

This commit is contained in:
Erik Berkun-Drevnig
2017-10-03 15:07:42 -04:00
committed by GitHub
parent 34ccf5c3dc
commit 6ba61dcc77

View File

@@ -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();
} }
} }