ImgURL Pro容器部署
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
332 B

2 years ago
#!/bin/sh
########## name:Onenav容器运行入口 ##########
########## update:2021/03/22 ##########
########## author:xiaoz<xiaoz93@outlook.com> ######
onenav_path='/data/wwwroot/default'
#start redis
2 years ago
redis-server /etc/redis.conf
2 years ago
#start php-fpm
php-fpm7 -RD
#start nginx
/usr/sbin/nginx
tail -f /var/log/nginx/error.log