ngx_http_core_module 모듈 에서 제공 하 는 변수

2211 단어 nginxnginx 변수
ngx_http_core_module 모듈 은 요청 을 처리 할 때 대량의 변수 가 있 습 니 다. 이 변 수 는 방문 로 그 를 통 해 기록 할 수 있 고 다른 nginx 모듈 에 도 사용 할 수 있 습 니 다.우리 가 요청 에 대한 정책 을 바 꾸 는 등 변 수 를 사용 하 는 동시에 ngxhttp_core_module 모듈 이 제공 하 는 변 수 를 요약 하면 다음 과 같다.
    				  
$arg_PARAMETER			HTTP          , /index.php?site=www.ttlsa.com,   $arg_site  www.ttlsa.com   .
$args HTTP				        。  ,   /index.php?width=400&height=200  ,$args     width=400&height=200.
$binary_remote_addr		           。  :\x0A\xE0B\x0E
$body_bytes_sent		          http   ,        
$content_length			           Content-Length   
$content_type			           Content-Type   
$cookie_COOKIE			            cookie   
$document_root			          root      
$uri					       URI,      
$document_uri			 $uri     
$request_uri			            URI,      。$uri $document_uri          ,               URI, $request_uri       ,         URI.
$host					           Host  。  Host     ,       server(    )    。  Host       , IP:PORT,  $host      ,    IP。$host      。     http_HEADER  http_host  ,http_host   Host      。 
$hostname				   Nginx       ,  gethostbyname         	 
$http_HEADER			     HTTP         。HEADER     。  ,     Host       	  $http_host 	 
$sent_http_HEADER		         HTTP         。HEADER     。  ,  $sent_ http_content_type      Content-Type       	 
$is_args				       URI     ,     ,$is_args   ?,      ,       	 
$limit_rate				            ,0      	 
$nginx_version			     Nginx    	 
$query_string			   URI    ,  $args  ,   $query_string         	 
$remote_addr			         	 
$remote_port			             	 
$remote_user			     Auth Basic Module        	 
$request_filename		         URI   root  alias         	 
$request_body			   HTTP      ,      proxy_pass  fastcgi_pass     	 
$request_body_file		   HTTP               	 
$request_completion		          ,    “ok”。     ,       ,        ;              HTTP range             ,          。
$request_method			   HTTP      ,  GET、PUT、POST  	 
$scheme					   HTTP scheme,     https://nginx.com/    https 	 
$server_addr			        	 
$server_name			        	 
$server_port			        	 
$server_protocol		                ,  HTTP/1.1  HTTP/1.0
전재 가 필요 하 시 면 출처 를 밝 혀 주 십시오.http://www.ttlsa.com/html/2912.html

좋은 웹페이지 즐겨찾기