7 lines
82 B
Bash

#!/bin/bash
# 启动后端服务
./main &
# 启动 nginx
nginx -g 'daemon off;'