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