本地Laravel项目配置nginx虚拟主机 命令行

配置nginx虚拟主机(Laravel): server { listen 80; server_name hello.test; index index.php index.html; root /Users/chunkuan/data/wwwroot/hello.test/public; loc...
chunkuan 发布于