在配置nginx时有时会遇到, 所以记录一下

location ^~ /wechat/ {
index index.php;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php; include fastcgi_params;
}

fastcig_index : 如果请求的Fastcgi_index URI是以 / 结束的, 该指令设置的文件会被附加到URI的后面并保存在变量$fastcig_script_name中

index : 该指令用于设置nginx的默认首页文件

最新文章

  1. Web性能优化:What? Why? How?
  2. svn 修改文件的二进制或文本标记
  3. 霸气的jQ插件
  4. cf666 C. Codeword 组合数学 离线分块思想
  5. myisam 与innodb的区别
  6. iOS开发——数据持久化Swift篇&(一)NSUserDefault
  7. html 5 drag and drop upload file
  8. Linq 查询 与方法调用
  9. Nginx系列~概念与windows下环境搭建
  10. ios内存详解
  11. mysql保存emoji表情(微信开发用户昵称..)
  12. iOS一个开发系列中 - UIButton 使用摘要
  13. 201521123049 《JAVA程序设计》 第13周学习总结
  14. Fibonacci again and again(SG函数应用)
  15. NoClassDefFoundError: org/apache/commons/lang3/StringUtils
  16. 2018-2019 20165237网络对抗 Exp4 恶意代码分析
  17. 2019年一次java知识点总结
  18. Spring Boot OAuth 2.0 客户端
  19. openstack常用命令-neutron篇
  20. ubuntu安装网易云音乐

热门文章

  1. PHP代码优化之细节优化(转)
  2. c# ComboBox绑定枚举
  3. numpy 文件存取 npy、npz
  4. OCR 识别原理
  5. LDA与QDA
  6. Go语言核心之美 4.3-多返回值
  7. 【DataStructure】Some useful methods about linkedList.
  8. hdoj4864 Task (贪心)
  9. PE框架学习
  10. 一款jquery和css3实现的卡通人物动画特效