标签:https mamicode lnmp img ref image conf 界面 art
windows下的nginx安装和使用
1.1 去官网下载相应的安装包:http://nginx.org/en/download.html
1.2 解压后进入PowerShell(按住“shift”+“鼠标右键”)窗口,进入到nginx目录,输入start nginx.exe 进行nginx的安装
安装成功后,在“任务管理器”中会显示“nginx.exe”进程
1.3 在浏览器地址栏输入:127.0.0.1,会看到nginx欢迎界面
1.4 nginx的配置文件是nginx.conf,附上nginx配置文件解析:https://www.runoob.com/w3cnote/nginx-setup-intro.html
标签:https mamicode lnmp img ref image conf 界面 art
原文地址:https://www.cnblogs.com/ktddcn/p/11106450.html