We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f46ac4 commit 727baa6Copy full SHA for 727baa6
cli/Valet/Nginx.php
@@ -150,6 +150,10 @@ function rewriteSecureNginxFiles()
150
$tld = $this->configuration->read()['tld'];
151
$loopback = $this->configuration->read()['loopback'];
152
153
+ if ($loopback !== VALET_LOOPBACK) {
154
+ $this->site->aliasLoopback(VALET_LOOPBACK, $loopback);
155
+ }
156
+
157
$config = compact('tld', 'loopback');
158
159
$this->site->resecureForNewConfiguration($config, $config);
0 commit comments