├── user
├── worker_processes
├── pid
├── error_log
├── [36mevents[0m
│   ├── worker_connections
│   └── use
└── [36mhttp[0m
    ├── default_type
    ├── log_format
    ├── log_format
    ├── client_header_timeout
    ├── client_body_timeout
    ├── send_timeout
    ├── client_header_buffer_size
    ├── large_client_header_buffers
    ├── gzip
    ├── gzip_min_length
    ├── gzip_buffers
    ├── gzip_types
    ├── output_buffers
    ├── postpone_output
    ├── sendfile
    ├── tcp_nopush
    ├── tcp_nodelay
    ├── send_lowat
    ├── keepalive_timeout
    └── [36mserver[0m
        ├── listen
        ├── server_name
        ├── access_log
        ├── [36mlocation[0m
        │   ├── proxy_pass
        │   ├── proxy_redirect
        │   ├── proxy_set_header
        │   ├── proxy_set_header
        │   ├── client_max_body_size
        │   ├── client_body_buffer_size
        │   ├── client_body_temp_path
        │   ├── proxy_connect_timeout
        │   ├── proxy_send_timeout
        │   ├── proxy_read_timeout
        │   ├── proxy_send_lowat
        │   ├── proxy_buffer_size
        │   ├── proxy_buffers
        │   ├── proxy_busy_buffers_size
        │   ├── proxy_temp_file_write_size
        │   ├── proxy_temp_path
        │   └── charset
        ├── error_page
        ├── [36mlocation[0m
        │   └── root
        ├── [36mlocation[0m
        │   └── rewrite
        ├── [36mlocation[0m
        │   ├── valid_referers
        │   ├── [36mif[0m
        │   │   └── return
        │   ├── rewrite
        │   ├── root
        │   └── access_log
        └── [36mlocation[0m
            ├── root
            ├── access_log
            └── expires

