url(r'^test111/$', newview.test111),
url(r'^test222/$', newview.test222),
url(r'^test333/$', newview.test333),
url(r'^test444/$', newview.test444),
url(r'^test555', newview.test555),

worker\_processes 1;

\#error\_log logs/error.log;
#error\_log logs/error.log notice;
#error\_log logs/error.log info;

events {
worker\_connections 1024;
}


\# http conf
http {
#include http/common.conf;
#include http/cache.conf;
#include http/resty.conf;
#include http/mime.types;
log\_format main '[--$remote\_addr--\] - $remote\_user [$time\_local\] "$request" '
'$status $body\_bytes\_sent "$http\_referer" '
'"$http\_user\_agent" "$http\_x\_forwarded\_for"';

access

标签: nginx, conf, 日志, http, log, 路径, url, error, newview

相关文章推荐

添加新评论,含*的栏目为必填