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 /var/jenkins_home/workspace/bi-web/dist; index index.html index.htm; location / { } } }