智慧水务管理系统 - 精河县供水工程综合管理平台

12345678
  1. server {
  2. listen 80;
  3. server_name localhost;
  4. root /usr/share/nginx/html;
  5. index index.html;
  6. location / { try_files $uri /index.html; }
  7. location /api/ { proxy_pass http://wm-gateway:8080/; }
  8. }