worker_processes 1; event { worker_connections 1024 }; http { server { listen 80; server_name 192.168.253.189; access_log /var/log/nginx/fuck.log; root /usr/bi-web; index index.html index.htm; location / { } } }