nginx的fastcgi_param参数详解


在配置nginx的时候,有很多fastcgi_param参数,具体对应是什么值呢

引入:fastcgi_params 文件:

fastcgi_params文件具体内容:

postman 发送请求:

nginx_version : 1.11.6 
query_string : r=abc 
request_method : POST 
content_type : application/x-www-form-urlencoded 
content_length : 0 
document_root : /tool-edu/web 
fastcgi_script_name : /index.php/site/index
request_uri : /index.php/site/index?r=abc 
document_uri : /index.php/site/index  
server_protocol : HTTP/1.1 
remote_addr : 192.168.1.106 
remote_port : 59696 
server_addr : 192.168.1.113 
server_port : 80 
server_name : www.tool-edu.com


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM