default 183 B

123456789
  1. server {
  2. listen 80;
  3. server_name 192.168.253.189;
  4. access_log /var/log/nginx/fuck.log;
  5. root /var/jenkins_home/workspace/bi-web/dist;
  6. index index.html index.htm;
  7. location / {
  8. }
  9. }