Nginx 내장 변수 테이블 (ngx http variables), Nginx 서버 설정 상세 설명

3745 단어 nginx
```
                              :

$args                            ;
$binary_remote_addr                  
$body_bytes_sent                     
$content_length            HTTP      "Content-Length";
$content_type                    "Content-Type";
$document_root                          ;
$document_uri				 $uri  ;
$host                            "Host",       Host ,          ;
$hostname      
$http_cookie               cookie   
$http_post     
$http_referer                  
$http_user_agent                  
$http_via                            Ip  。
$http_x_forwarded_for$is_args       
$limit_rate                        ;
$nginx_version     
$pid       
$query_string				 $args  ;
$realpath_root     
$remote_addr                    ;
$remote_port                     ;
$remote_user                     ,   ;
$request                       
$request_body      
$request_body_file                    
$request_completion        
$request_filename                    
$request_method"GET""POST" ;
$request_uri                  URI,   ;
$scheme						     ,  http   https,  rewrite^(.+)$$scheme://example.com$1redirect;
$sent_http_cache_control   1
$sent_http_connection  
$sent_http_content_length  
$sent_http_content_type    
$sent_http_keep_alive      
$sent_http_last_modified       
$sent_http_location        
$sent_http_transfer_encoding       
$server_addr                    ,     listen       ,                    (      );
$server_name                        ;
$server_port                          ;
$server_protocol"HTTP/1.0" "HTTP/1.1";
$uri                          URI,          ,          。

“`

좋은 웹페이지 즐겨찾기