当前位置: 移动技术网 > 网络运营>服务器>nginx > Nginx 配置过程的具体步骤

Nginx 配置过程的具体步骤

2019年05月28日  | 移动技术网网络运营  | 我要评论

nginx 配置过程

一、下载 nginx

二、解压

三、配置

四、开启:

@echo off

@echo starting nginx ...
runhiddenconsole nginx.exe

@echo starting php-cgi ...
runhiddenconsole d:/php-5.6.13-win32-vc11-x64/php-cgi.exe -b 127.0.0.1:9000 -c d:/php-5.6.13-win32-vc11-x64/php.ini
exit
pause

五、关闭:

@echo off

@echo stopping php fastcgi...
taskkill /f /im php-cgi.exe > nul

@echo stopping nginx...
taskkill /f /im nginx.exe > nul 

@echo success

如有疑问请留言或者到本站社区交流讨论,感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网