nginx: [warn] the "log_format" directive may be used only on "http" level 解决方法
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段的前面即可。...