首页 > tengine 启动报错问题,在nginx下却正常

tengine 启动报错问题,在nginx下却正常

我使用的是centos安装的tengine 2.1

我的配置文件

user www-data;

worker_processes 4;

pid /run/nginx.pid;


events {

        worker_connections 768;

        # multi_accept on;

}


http {

        sendfile on;

        tcp_nopush on;

        tcp_nodelay on;

        keepalive_timeout 65;

        types_hash_max_size 2048;


        include /usr/local/tengine/conf/mime.types;

        default_type application/octet-stream;


        access_log /data/wwwlogs/access_nginx.log;

        error_log /data/wwwlogs/error_nginx.log;


        include /usr/local/tengine/conf/conf.d/*.conf;

        include /usr/local/tengine/conf/sites-enabled/*;

}
里面的错误提示 Failed to start SYSV: Nginx is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server.是什么意思,该怎么解决, 还是其他问题出错了。


你的路径问题, 一般是日志或者或者是读取什么配置文件没有权限导致. 具体去报错行数看配置检查就好了.

【热门文章】
【热门文章】