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 |

浙公网安备 33010602011771号