4 error_log logs/error.log;
5 error_log logs/error.log notice;
6 error_log logs/error.log info;
12 worker_connections 1024;
18 default_type application/octet-stream;
20 log_format main '$remote_addr - $remote_user [$time_local] "$request" '
21 '$status $body_bytes_sent "$http_referer" '
22 '"$http_user_agent" "$http_x_forwarded_for"';
24 #access_log logs/access.log main;
32 server_name localhost;
35 root /usr/local/openresty/nginx/html;
38 location ~*.(htm|html){
39 add_header Cache-Control no-cache;