Authorization: ********************{
"cache_inactive": "string",
"cache_key_zone": "string",
"cache_max_size": "string",
"cache_path": "string",
"client_max_body_size": "string",
"default_type": "string",
"disable_access_log": true,
"disable_error_log": true,
"disable_http_filter_log": true,
"disable_http_waf_log": true,
"gzip_buffers": "string",
"gzip_comp_level": "string",
"gzip_http_version": "string",
"gzip_min_length": "string",
"gzip_types": "string",
"gzip_vary": "string",
"keepalive_requests": "string",
"keepalive_timeout": "string",
"large_client_header_buffers": "string",
"log_not_found": "string",
"proxy_buffering": "string",
"proxy_cache_methods": "string",
"proxy_cache_valid": "string",
"proxy_http_version": "string",
"proxy_max_temp_file_size": "string",
"proxy_next_upstream": "string",
"proxy_request_buffering": "string",
"reload_mode": "string",
"resolver": "string",
"resolver_timeout": "string",
"server": "string",
"server_names_hash_bucket_size": "string",
"server_names_hash_max_size": "string",
"server_tokens": "string",
"ssl_ciphers": "string",
"ssl_prefer_server_ciphers": "string",
"ssl_session_cache": "string",
"variables_hash_bucket_size": "string",
"variables_hash_max_size": "string",
"worker_connections": "string",
"worker_processes": "string",
"worker_rlimit_nofile": "string",
"worker_shutdown_timeout": "string"
}curl --location --request PUT '/api/admin/node//nginx_conf' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cache_inactive": "string",
"cache_key_zone": "string",
"cache_max_size": "string",
"cache_path": "string",
"client_max_body_size": "string",
"default_type": "string",
"disable_access_log": true,
"disable_error_log": true,
"disable_http_filter_log": true,
"disable_http_waf_log": true,
"gzip_buffers": "string",
"gzip_comp_level": "string",
"gzip_http_version": "string",
"gzip_min_length": "string",
"gzip_types": "string",
"gzip_vary": "string",
"keepalive_requests": "string",
"keepalive_timeout": "string",
"large_client_header_buffers": "string",
"log_not_found": "string",
"proxy_buffering": "string",
"proxy_cache_methods": "string",
"proxy_cache_valid": "string",
"proxy_http_version": "string",
"proxy_max_temp_file_size": "string",
"proxy_next_upstream": "string",
"proxy_request_buffering": "string",
"reload_mode": "string",
"resolver": "string",
"resolver_timeout": "string",
"server": "string",
"server_names_hash_bucket_size": "string",
"server_names_hash_max_size": "string",
"server_tokens": "string",
"ssl_ciphers": "string",
"ssl_prefer_server_ciphers": "string",
"ssl_session_cache": "string",
"variables_hash_bucket_size": "string",
"variables_hash_max_size": "string",
"worker_connections": "string",
"worker_processes": "string",
"worker_rlimit_nofile": "string",
"worker_shutdown_timeout": "string"
}'{
"code": 0,
"data": null,
"message": "string"
}