Nginx+php关联
nginx配置php选项,解除对IIS、Apache的php环境依赖
php.ini配置
- 取消
extension_dir
注释 - 取消
cgi.fix_pathinfo
注释
nginx.conf配置
- 取消
location ~ \.php$
代码块注释 - 代码块
fastcgi_param
参数中 将/scripts
替换为$document_root
启动命令
- php:
php-cgi.exe -b 127.0.0.1:9000-c
- nginx:
start nginx
- 可配合
RunHiddenConsole
使用
个人博客: | https://blog.nanshaobit.top |
CSDN: | https://blog.csdn.net/LZ_nanshao |
码云: | https://gitee.com/nanshaobit |
Github: | https://github.com/nanshaobit |