tr-front.conf 156 B

123456789
  1. server {
  2. listen 80;
  3. server_name localhost;
  4. location / {
  5. root dist; #dist上传的路径
  6. index index.html;
  7. }
  8. }