vue-element-admin / nginx.conf
airsltd's picture
update
6ed6c59
raw
history blame contribute delete
151 Bytes
server {
listen 7860; # 强制 Nginx 监听 7860 端口
location / {
root /usr/share/nginx/html;
index index.html;
}
}