WNMP

Windows + Nginx1.1 + PHP7.2 + MySql5.7

结构

1
2
3
4
5
6
7
8
9
10
11
12
├─logs  ----------------- nginx日志目录 (必须有可写权限)
├─mysql ---------------- mysql目录
│ ├─data -------------- mysql数据库数据存储目录(必须有可写权限)
├─nginx --------------- nginx目录
│ ├─conf -------------- nginx配置目录
│ │ └─vhost ----------- 虚拟站点配置目录(自动加载里面的*.conf)
├─php ------------------- php7目录
├─temp ----------------- nginx temp目录 (必须有可写权限)
└─web ----------------- 配置站点主目录
├─testphp5 --------- 测试php5站点目录
├─testphp7 --------- 测试php7站点目录
└─phpMyAdmin ------- phpMyAdmin站点目录

使用

运行:Start.bat
停止:Stop.bat


本站由 VITAN 使用 Stellar 主题创建。
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。