mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 09:10:03 +01:00
Revert to using port instead of socket to see if it helps stale page issue
This commit is contained in:
@@ -61,7 +61,7 @@ function updateConfiguration()
|
||||
|
||||
$contents = preg_replace('/^user = .+$/m', 'user = '.user(), $contents);
|
||||
$contents = preg_replace('/^group = .+$/m', 'group = staff', $contents);
|
||||
$contents = preg_replace('/^listen = .+$/m', 'listen = /var/run/fpm-valet.socket', $contents);
|
||||
$contents = preg_replace('/^listen = .+$/m', 'listen = 127.0.0.1:9000', $contents);
|
||||
|
||||
$this->files->put($this->fpmConfigPath(), $contents);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user