一、前端包
dist
二、nginx 配置
服务器上文件路径
location / { root /home/appuser/dist; index index.html index.htm; }
#注意# 用了 appuser 目录而没有用用户自带的目录