nginx: [warn] the "log_format" directive may be used only on "http" level 解決方法
一直不提倡使用最新的版本,不過也真因為有部分愛折騰的才會不斷的發現問題。目前Nginx的穩定版本是1.0.12,Nginx升級到1.1.1*版本后,會出現nginx: [warn] the "log_format" directive may be used only on "http" level in /usr/local/nginx/conf/nginx.conf:84的警告。
將/usr/local/nginx/conf/nginx.conf 里server段里的下面代碼移出放到該server段的前面即可。
查看全文 »










