Nginx

Add the following entry in “http{}” block on the/etc/nginx/nginx.conflog_format debug_val_format "$debug_val";In the “server{}” block , for example, set the following entries.#For debuggingset $debug_val "value is :$valiable";access_log/var/log/nginx/debug_val.log debug_val_f ...